Skip to content

Instantly share code, notes, and snippets.

@sengiv
Created July 2, 2022 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sengiv/13120a4f53bc231dbcf1ee6d5023b08e to your computer and use it in GitHub Desktop.
Save sengiv/13120a4f53bc231dbcf1ee6d5023b08e to your computer and use it in GitHub Desktop.
Programming Rules Ordered By Priority
1.Easy Readablilty
2.No Duplication
3.Performance Gain
Explantion:
When there is decision to be made between a comprimise
of Easy Readablity & No Duplication, make the decision in favor of Readability.
This will lead to code with easier maintainence down the road.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment