An open API service indexing awesome lists of open source software.

https://github.com/iceshard-engine/coding-style

Various coding styles used in IceShard projects depending on the language.
https://github.com/iceshard-engine/coding-style

coding-style iceshard

Last synced: 4 months ago
JSON representation

Various coding styles used in IceShard projects depending on the language.

Awesome Lists containing this project

README

        

# IceShard coding guidelines

This repository is used to define coding guidelines for languages used by IceShard projects.

Currently C++ is the most common used language, and the only one with a defined guidelin.
More to come eventually.

## C++

This guideline can be seen as **final**.
* Additional changes to the style may introduce more specific rules but will avoid breaking changes.

You can find the guildine document here: [C++ guidelines](./style_cxx.md)