We don’t have time for code reviews
blog.8thcolor.com
We don’t have time for code reviews
1–10 of 67 posts
Re: We don’t have time for code reviews
#2Re: We don’t have time for code reviews
#3 alert("Fuck");
It made it to a single user who was testing it for me, on the other side of the planet. He spoke very little English, and for that I am grateful.That was my last push without review.
Re: We don’t have time for code reviews
#4Agree with this: pull requests are code reviews. Web UIs with visual diffs make this even more efficient.
Re: We don’t have time for code reviews
#5Agree with this: pull requests are code reviews. Web UIs with visual diffs make this even more efficient.
I don't know, code review without running the code is a very very light variant, too light to call it code review I believe.
Martin (OP)
Re: We don’t have time for code reviews
#6Agree with this: pull requests are code reviews. Web UIs with visual diffs make this even more efficient.
I don't know, code review without running the code is a very very light variant, too light to call it code review I believe.
Re: We don’t have time for code reviews
#7Agree with this: pull requests are code reviews. Web UIs with visual diffs make this even more efficient.
I don't know, code review without running the code is a very very light variant, too light to call it code review I believe.
Static analysis and regression tests are tools to make sure the code isn't broken.
Re: We don’t have time for code reviews
#8I once pushed un-reviewed code that contained alert("Fuck"); It made it to a single user who was testing it for me, on the other side of the planet. He spoke very little English, and for that I am grateful. That was my last push without review.
Re: We don’t have time for code reviews
#9Re: We don’t have time for code reviews
#10Agree with this: pull requests are code reviews. Web UIs with visual diffs make this even more efficient.
I don't know, code review without running the code is a very very light variant, too light to call it code review I believe.