|
|
|
|
|
by kjksf
965 days ago
|
|
(I wrote that blog post). What I was trying to say is: there's dogma about tests and code reviews. At Google you would get fired for suggesting skipping code review. Even at smaller Silicon Valley companies (smaller == less than 10 devs) it's unthinkable to not do code reviews. I haven't worked outside SV so it might be different. That's the dogma. My point is that maybe we should apply a bit of common sense on top of that. I'm not saying Google should stop doing code reviews - the cost (to Google) of google search breaking is so high that you do 100x more than just code reviews. But maybe those smaller companies don't need to dogmatically review the checkin for a documentation fix. |
|
There's a good rule of testing top level behaviors described in this talk [1]
For code reviews, it's about knowledge handoff. No one disputes you can write great code alone. The problem is that singular geniuses writing functional but unmaintainable code only they understand and then getting hit by a bus or changing jobs is a real issue.
1. https://m.youtube.com/watch?v=EZ05e7EMOLM