Skip to content

Instantly share code, notes, and snippets.

@dinukasal
Created October 9, 2018 07:48
Show Gist options
  • Save dinukasal/a91c5b9c19344a0d4d0436ca5326640a to your computer and use it in GitHub Desktop.
Save dinukasal/a91c5b9c19344a0d4d0436ca5326640a to your computer and use it in GitHub Desktop.
* 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