Various coding styles used in IceShard projects depending on the language.
Find a file
Dandielo a601642f24
Update style for pre-alpha (#1)
Style guide update for the `alpha` version of the [Engine](https://github.com/iceshard-engine/engine) project.
2021-11-17 15:20:58 +01:00
LICENSE Update LICENSE 2019-09-16 22:02:21 +02:00
README.md Update style for pre-alpha (#1) 2021-11-17 15:20:58 +01:00
style_cxx.md Update style for pre-alpha (#1) 2021-11-17 15:20:58 +01:00

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