Wednesday, August 14, 2013

11 practices for peer-review

At the risk of being a bit off-topic, here is a link to a short article on best practices for peer-reviewing code:
https://www.ibm.com/developerworks/rational/library/11-proven-practices-for-peer-review/

We have mandatory code-reviews at my workplace (thank god), and even at home for the Concurrency Freaks library we also do code reviews (though not as often as Andreia wished).
Code-reviewing is important when developing multi-threaded applications because any minor mistake can have undesired consequences.... if only I had an euro for all the times I did a change "just to fix a bug" and ended up introducing a new issue  ;)


No comments:

Post a Comment