---
title: "What are coding standards in software engineering?"  
description: "What are coding standards in software engineering?"  
author: "Rahul Roi"  
published: 2019-12-12  
updated: 2019-12-12  
canonical: https://www.mindstick.com/forum/145574/what-are-coding-standards-in-software-engineering  
category: "coding standard"  
tags: ["coding standard"]  
reading_time: 1 minute  

---

# What are coding standards in software engineering?

hey guys,,please give us an idea about coding standard.

## Replies

### Reply by Nishi Tiwari

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](https://www.mindstick.com/forum/145576/what-is-the-difference-between-coding-standards-and-coding-guidelines)** 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/145574/what-are-coding-standards-in-software-engineering

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
