(no title)
kbr- | 1 year ago
You see a "minor issue that would get solved in a code review".
I see a production outage.
You cannot rely on others catching and fixing your bugs. It happens, but it's all about probabilities. You want to reduce the probability that something bad will happen. That means not just relying on more senior people to catch problems in your code, it also means relying on you to be careful.
raverbashing|1 year ago
No, I see people complaining about a test not looking like what they expect, or minor nitpicks like variable names or not using the interviewer's favourite design pattern
Of course the same people who nitpick are the ones writing O(n^2) code and actually causing a major bug
kbr-|1 year ago