http://www.perlmonks.org?node_id=747540


in reply to On Coding Standards and Code Reviews

I would probably add writing unit tests for the code you have written or going to refactor (if there are no unit tests written earlier).
  • Comment on Re: On Coding Standards and Code Reviews

Replies are listed 'Best First'.
Re^2: On Coding Standards and Code Reviews
by eyepopslikeamosquito (Archbishop) on Mar 03, 2009 at 22:42 UTC

    Thanks. I agree strongly with this, just didn't think of it at the time. So I've added this tip to the end of the "General Guidelines" section. I also added a few more related ones from Ten Essential Development Practices by Damian Conway.