---
title: "What is meant by coding standards?"  
description: "What is meant by coding standards?"  
author: "Rahul Roi"  
published: 2019-12-12  
updated: 2019-12-12  
canonical: https://www.mindstick.com/forum/145575/what-is-meant-by-coding-standards  
category: "coding standard"  
tags: ["coding standard"]  
reading_time: 1 minute  

---

# What is meant by coding standards?

What is meant by [coding standards](https://www.mindstick.com/forum/145574/what-are-coding-standards-in-software-engineering)? How to implement in [programming](https://www.mindstick.com/articles/12214/web-development-company-in-india-laid-on-the-foundation-of-concrete-java-programming)?

## Replies

### Reply by Nishi Tiwari

**[Coding](https://www.mindstick.com/articles/12290/teaching-coding-from-the-metal-up-or-from-the-glass-back) 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**](https://www.mindstick.com/forum/145578/what-are-the-coding-techniques). 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.


---

Original Source: https://www.mindstick.com/forum/145575/what-is-meant-by-coding-standards

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
