Created
October 9, 2018 07:48
-
-
Save dinukasal/a91c5b9c19344a0d4d0436ca5326640a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* use git for version controlling | |
* use meaningful variable names | |
* separate function into smaller function if function has more than 10 lines | |
* always try to seperate classes into separate modules | |
* use file per class | |
* maintain file line count under 1000 | |
* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment