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


in reply to How should I do (and document) effective semi-formal code review?

I've been in charge of code reviews at work for about six months now. A few random points:

According to Karl Wiegers, the Seven Deadly Sins of Software Reviews are:

Some useful code review links:

Update: See also Re: I need perl coding standards (Coding Standards References)

  • Comment on Re: How should I do (and document) effective semi-formal code review?

Replies are listed 'Best First'.
[OT] Ignoring perltidy changes in sv[nk] annotate
by bsb (Priest) on Jun 21, 2008 at 02:05 UTC

    It's a bit off-topic, but I'd like to know if there's a way to make perltidy alterations transparent to "annotate" in svn/svk. Both support a white-space ignoring mode, but there might be better solutions. Anyone know of one?

    I'm thinking of adding a property to perltidy commits, or maybe reformatting commits in general, then I'd need to find or build an annotate that could ignore it. (Although "ignore" is perhaps not correct, the annotations before this change need to make it over in some sensible way).

    See SVK::Command::Annotate, SVN::Web::Blame