Coding Standard are the set of rules and guidelines that developer must follow while writing the source code for project. Different organizations follow their different coding standards to write the source code.
Every company use their own coding standard which they follow. So developers use these standards which maintains the consistency of code. It reduces the chances of errors and complexity of program
some of coding standards are proper indentation, limited use of global, standard headers file used for modules, naming convention of local variables, global variables and functions and error returning values with exception handling convention.
Markdown for AI
A clean, structured version of this page for AI assistants and LLMs.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Coding Standard are the set of rules and guidelines that developer must follow while writing the source code for project. Different organizations follow their different coding standards to write the source code.
Every company use their own coding standard which they follow. So developers use these standards which maintains the consistency of code. It reduces the chances of errors and complexity of program
some of coding standards are proper indentation, limited use of global, standard headers file used for modules, naming convention of local variables, global variables and functions and error returning values with exception handling convention.