Poodletooth-iLand/dev/tools/doc/style-guide/README.md

10 lines
633 B
Markdown
Raw Normal View History

Toontown Stride Style Guidelines
2015-03-03 16:10:12 -06:00
==================================
Code and documentation in the master and release branches of the Toontown Stride repositories must conform to these guidelines. Any code submitted that is not properly formated will be rejected, as it is best to keep a readable, and consistent style for future contributors to read, and understand the code. Don't, however, blindly follow these guidelines into writing unreadable code. Sometimes it is best to use your own judgement.
2015-03-03 16:10:12 -06:00
- - -
* [Git style guidelines](git-style.md)
* [Python style guidelines](python-style.md)
* [C++ style guidelines](cxx-style.md)