|
|
|
|
|
by dothething
4172 days ago
|
|
Code reviewing is such a hilarious concept in programming. Everyone thinks it's the most important thing, yet I've only seen rubber stamps and uninterested reviewers. I'd be so much happier if we could get rid of the entire notion and do up front design and pair programming. Also, oh my god that checklist. Anyone that has a business dedicated to delivery is going to have to throw that thing out the window. |
|
I think it also depends on the type of code and the consequences of failure. I have seen good success reviewing data migration and modification code for medical records because that stuff was considered important data and there was a culture there such that if something went wrong, they would ask, "why wasn't this caught in review?", so the process was taken seriously.
I agree with the pair programming sentiment though - I think it could be looked at as a form of code review with a fresher context since you see mistakes as they are made rather than puzzling out the thought process of the other coder when it's cold.