A coding standard is an important part of programming. It lays the ground rules for how software is constructed and formatted . This standard has the following goals.
- Reduce the “holy shit” factor when faced with a lot of new code.
- Encourage a style of making software that is more maintainable and less likely to contain errors
- Make collaboration easier