Tag: code conventions

About

Coding conventions are rules that computer programmers follow to help ensure that their source code is easy to read and maintain. Coding conventions are only applicable to the human maintainers and peer reviewers of a software project. Conventions may be formalized in a documented set of rules that an entire team or company follows, or may be as informal as the habitual coding practices of an individual. Coding conventions have no impact on the executable programs which are created from the source.

en.wikipedia.org/wiki/Code_conventions

 

No articles found