-
Coding Conventions
Christian Jakob
A coding convention is an establish idea on how to write your code and comments in a manner that can be understood better by someone else who understands the same convention. Often time it includes recommendations on naming variables, methods, and classes, initializing arrays, word wrapping, and many more topics. A coding convention can speed…
About
To be worked on later…