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.
- Host: GitHub
- URL: https://github.com/iceshard-engine/coding-style
- Owner: iceshard-engine
- License: mit
- Created: 2019-08-22T19:43:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T14:20:58.000Z (over 3 years ago)
- Last Synced: 2025-02-01T13:43:51.264Z (5 months ago)
- Topics: coding-style, iceshard
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)