DEV Community

Discussion on: I refuse to work in teams without a proper code review process - and you should too!

Collapse
 
javaguirre profile image
Javier Aguirre

Thank you for your article Manuel!

I review code every day and something that helped our team a lot was having a bit of automatism regarding code review, there are nice libraries and services checking possible errors and standards such as Danger, Codacy or Code climate.

These last two are free for teams of four or less, so it’s easy to start testing them even on private repos.