Created
July 2, 2022 02:15
-
-
Save sengiv/13120a4f53bc231dbcf1ee6d5023b08e to your computer and use it in GitHub Desktop.
Programming Rules Ordered By Priority
This file contains hidden or 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
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