Critique - Google's Code Review Tool | Reaction

preview_player
Показать описание
Reading an article about Critique, which is google's code review tool. And going over general tips for code reviews.

#neetcode #leetcode #python
Рекомендации по теме
Комментарии
Автор

Planning on doing more of these technical reactions so lmk if you have recommendations for articles! This can also be an approachable way to improve at system design.

NeetCodeIO
Автор

Thanks for reviewing this! I wrote this and it’s really cool to see my own article on your channel 😁

Primoh
Автор

Static analysis is important in the review process, but you should also have it running on your machine, so you get the warnings before submitting

michelfeinstein
Автор

Got 100+ comments in my last internship in a single PR - but part of it was also a discussion

SimonPaul-ux
Автор

This is great video! Please more videos on system design.

goombagrenade
Автор

On the search front there is Sourcegraph.

carlhicks
Автор

This is very similar to Gerrit, UI and functionality wise..

TheMassgames
Автор

Wait, 3 changes per week? That's only 800 lines of code per week if we consider the 200 lines recommendation... Am I missing something?

michelfeinstein