What should come first: testing or code review?

Posted by Silver Light on Programmers See other posts from Programmers or by Silver Light
Published on 2011-02-11T16:09:39Z Indexed on 2011/02/11 23:33 UTC
Read the original article Hit count: 276

Filed under:
|

Hello!

I'm quite new to programming design patterns and life cycles and I was wondering, what should come first, code review or testing, regarding that those are done by separate people?

From the one side, why bother reviewing code if nobody checked if it even works? From the other, some errors can be found early, if you do the review before testing.

Which approach is recommended and why?

Thank you!

© Programmers or respective owner

Related posts about testing

Related posts about code-reviews