This document defines a standard for code structure and format as well as patterns for Unity projects.
Favor clarity and readability over optimization. Optimization should only happen once the need is confirmed.
The C# XMLdoc standard is used as it is readable by various IDEs as well as documentation generators. Use of the C# XML Documentation Comments plugin is recommended