| CPAN Ratings (Gamma) Perl-Tidy reviews | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of Perl-Tidy
4 out of 4 found this review helpful:
Very useful module for a group of Perl programmers. This helps us all understand each others code since they are formatted the same way.
Nelo Onyiah - 2007-05-16 03:18:46
Was this review helpful to you?
Yes
No
This module is great! Not only does it nicely format code, it does an excellent job of telling you where your syntax errors are. If you've ever spent 5 minutes looking for that unmatched brace, bracket or parenthesis--you needed Perl-Tidy.
Matt Hicks - 2004-08-19 10:07:33
Was this review helpful to you?
Yes
No
Having inherited a few large chunks of awful Perl, I first spent an hour or two running through the code and fixing indents, newlines, and other garbage like that. It sucked the will to live out of me! People kept talking about Perl Tidy, and I kept thinking, "Great, now I can make my code look like what somebody else wants." Once I finally bothered looking at it, though, I found that it could be configured to make the code look almost exactly as I would've written it!
It's extremely configurable, and the documentation is fantastic, including a Choose Your Own Adventure-style quickstart. Every maintenance programmer needs Perl Tidy.
Ricardo SIGNES - 2004-06-26 13:56:28
Was this review helpful to you?
Yes
No
Perltidy is an excellent utility for indenting and reformatting Perl source code. It can also convert code to html with syntax highlighting.
See: http://perltidy.sourceforge.net/
Perltidy is well conceived and well implemented and this module provides a useful interface to it.
John McNamara - 2003-10-23 01:29:25
Was this review helpful to you?
Yes
No
|
|
|