Exploring The World Of Naming Conventions In Programming Language
According to Wikipedia, a naming convention is a set of rules for choosing the character sequence to be used for identifiers which denote variables, types, functions, and other entities in source code and documentation.
Having proper names is very important for the sanity of the reader of the pr ...
2 years ago
#Technology