Skip to content

Tag: Code Reviewing Guidelines

A guide for Code Reviews

CR Submission Guidelines Keep your CR focussed. If possible send CR per feature. If the feature is big then divide feature into multiple CRs focussed on different aspects. For example, “user history feature” may require database access and user interface. So, you might send a CR covering two aspects. Lastly, send divided feature request ground up e.g. send database access before user interface. Make sure that your…

Leave a Comment