Hacker News new | ask | show | jobs
by sharkdesk 3095 days ago
Actually, someone is paying the team to solve business problems and create revenue.
2 comments

Preferably in the most efficient way possible (which is of course subjective). I believe that after 3-6 months in a particular subsystem, the ROI of code reviews increasingly decreases over time.
But shouldn't the time required to review also drop significantly when the reviewer is familiar with the module?
The people who pay my team mostly want bugs fixed. Bugs going in testing are far more expensive to fix than those found in code review.
>Bugs going in testing are far more expensive to fix than those found in code review.

How so? Particularly if you don't do your code review right after development. That holds true for production vs. QA, but I'm not sure it does for QA vs. code review, unless your QA deployment and ticket bounce back process is overly cumbersome and you don't have time planned for it.

We always do code review before QA. But our QA process is also multilayered, first layer is QA engineer, next layer is first level business acceptance testing, then another higher level business acceptance testing. Gets pretty expensive once the SR marketing person rejects.

No i didn’t design this process.