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
General Idea | |
The main goal of the recommendation is to improve readability and thereby the understanding and the maintainability and general quality of the code. | |
Naming Convention | |
There's no "one" correct answer here. Naming is quite subjective but what matters the most is that it should be consistent throughout the code base. |