mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
1
Coding Standards
Valerie Krepel edited this page 2021-03-28 10:15:03 -07:00
Style Guide References
- Overall Style - https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
- References for yellow and red flags. Use as general/base reference, not explicit details - https://google.github.io/styleguide/cppguide.html
- References for small bits to pick through - https://docs.unrealengine.com/en-US/ProductionPipelines/DevelopmentSetup/CodingStandard/index.html
- Additional References - https://www.stroustrup.com/JSF-AV-rules.pdf
- https://en.cppreference.com/w/
- https://codeforces.com/blog/entry/64218
- http://geosoft.no/development/cppstyle.html
- https://style-guides.readthedocs.io/en/latest/cpp.html