Code Review
A guide for reviewing code and having your code reviewed.
:user_id
?")Understand why the code is necessary (bug, user experience, refactoring). Then:
Reviewers should comment on missed style guidelines. Example comment:
[Style](../style):
> Order resourceful routes alphabetically by name.
An example response to style comments:
Whoops. Good catch, thanks. Fixed in a4994ec.
If you disagree with a guideline, open an issue on the guides repo rather than debating it within the code review. In the meantime, apply the guideline.