Remix.run Logo
james_marks 2 hours ago

This is exactly the pedantry I try to avoid in my teams.

The point of a review shouldn’t be to make sure it’s exactly how the reviewer would do it. Is it safe? Does the author understand the area? Is there evidence the code has been exercised? Does it follow the major conventions?

Beyond that, I try very hard to build a culture of approvals vs nitpicking, and let the linters enforce the rest.