Programming Documentation

logo

Programming Documentation

Search
Light Mode
Contact Us

Contact us

No results for your search.
Sorry, an unexpected error occurred


Given that [P1] is a large group, we will have a wide range of programmers on the team. Everyone will have different skill levels and different conventions for their programming. Hence, the style guide is one of the most important aspects to understand. This way, everyone can be on the same page when we work on tasks.


The style guide aims to inform you on general programming practices, naming conventions, comments, the order of members in classes, private declaration, some details for serialization in Unity, and information for using lambda delegates in C#.


Why do we have a style guide?

  1. To create a consistent look to the code, so that readers can focus on content, not layout.
  2. Enable readers to understand the code more quickly by making assumptions based on previous experience.
  3. Facilitate copying, changing, and maintaining the code.
  4. Demonstrates C# best practices.




On This Page