Computer

Coding Conventions

Coding Conventions

This article describe about Coding Conventions, which are a set of guidelines for a specific programming language that recommend programming style, practices, and methods for each aspect of a program written in that language. It 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. Using good coding conventions results in precise, readable, and unambiguous source code that is consistent with other language conventions and as intuitive as possible.