Code Review¶
This document should be used when reviewing code, whether it is your own or someone else's. Coding to best-practice standards allows code to be much more understandable, interchangeable, efficient, and bug-free.
Segmentation¶
Each piece of code needs a home. Conventions defining where that home is for different types of code. See CodeReviewSegmentation
Conventions¶
Style¶
See CodeReviewStyle