Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.14 KB

README.md

File metadata and controls

11 lines (7 loc) · 1.14 KB

Standards

This is a guideline repository for my account that details numerous aspects of code projects to ensure all my other repositories are clean and consistent.

Coding conventions, also called code style guides, programming guidelines, or code standards, among other names, are a set of guidelines written for a specific programming language that recommend certain programming style, practices and methods for different aspects of that language.

They help to keep software consistent between developers, which allows for easier collaboration and long-term maintenance. They are not enforced by the program's compiler(s), but they are advantageous to use rather than ignore.

Other coding conventions include Google's styleguide and Python's PEP 8.

Usage

You can read the source files, separated by language and topic, or you can browse the wiki which provides a more general overview of the guidelines, but still indicates language-specific conventions.