mola / coding_guidelines

guidelines for a range of different programming languages - C++ | CMake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coding Guidelines

Table of Contents

This repository holds guidelines for a range of different programming languages. These guidelines consist of a style guide which defines the general source code format and naming of e.g. variables. Furthermore there is a programming guide which defines general rules, do's and don'ts to follow when writing source code.

The purpose of this repository is to help developers to achieve a more uniform style across code bases.

Golden Rule

Use common sense and be consistent. If your are extending, enhancing, or bug fixing existing source code, use the style that is already being used. This allows the source code to stay uniform and easy to follow. The point of having coding guidelines is to have a common base for writing code. It should help to provide a uniform code base across a project or organization/company and help other developers to understand the code base more efficiently.

Guides

For C++:

For CMake:

Inspiration

These coding guidelines were inspired by other already available guidelines namely:

For C++:

For CMake:

License

The project is licensed under the MIT license. See LICENSE for more information.

About

guidelines for a range of different programming languages - C++ | CMake

License:MIT License


Languages

Language:C++ 100.0%