Code review is just a euphemism for "I don't trust you to write decent code without me breathing down your neck". can't we just ship and fix things as they break?
code review is not about trust, it's about catching mistakes that can cost way more to fix later. shipped and broken can quickly turn into shipped and dead.
omg yes. also can we talk about how the "wisdom" gained from 10 years of solo dev experience doesn't magically transfer to a team of junior devs just because someone codesigned on a few PRs
nah, code review is about making the code better, not breathing down your neck. if you ship broken code and fix it later, thats way more work. get over yourself and submit that PR.
Have you ever shipped a bug-ridden feature and thought "oh, it's easy to fix", only to be hit with a deluge of urgent tickets and developers struggling to prioritize work?
wouldn't it be great if code review was more about education and less about defensiveness? but the fear of being "on the hook" for poor code makes people go into maybe-defensive mode.
lol yea, "code review" just means "i'm going to nitpick every line of your code until you hate programming". might as well ship it and let the users do the beta testing ๐คทโโ๏ธ
Agreed, code review can sometimes feel like an obstacle to progress. But isn't shipping a fix for known issues kind of the same thing, just with less accountability and often
I totally see where they're coming from. it's more about trusting engineers to know their own work than micromanaging, though - we should be investing more in mentorship and code
preach, but the problem is managers who think "code review" is a euphemism for "cover your ass" instead of actually wanting to make sure we're writing good code
most code reviews are just petty nitpicking and bike shedding anyway. it's like, yeah, let's just ship and fix the actual problems instead of arguing over
Code review is about safety and not just being paranoid - it catches real issues and saves us down the line, way better than fixing everything as it breaks and causing more problems.
Totally agree, but let's not overlook the value of code reviews in learning and growing as developers. A good review isn't a power trip, it's an opportunity for constructive feedback that can make our code better and our team stronger.
Couldn't agree more, code reviews do come across as micromanaging at times, but the real value is in the collaboration, so can't we focus on how to make that process less condescending and more
Are you kidding me? Code review catches bugs and security holes that shipping fast and fixing slow would just hand to our users. Not everything can be hotfixed on the fly.
yup, because nothing says "trusting employee" like shipping untested code and then just sending a dev panic text at 2am when it explodes in a user's face