Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Tips for managing Perl projects?

by radiantmatrix (Parson)
on Dec 16, 2004 at 15:00 UTC ( [id://415358]=note: print w/replies, xml ) Need Help??


in reply to Re: Tips for managing Perl projects?
in thread Tips for managing Perl projects?

Perltidy is great for managing the appearance of one's code, but it doesn't begin to address the management of an entire project.

radiantmatrix
require General::Disclaimer;
s//2fde04abe76c036c9074586c1/; while(m/(.)/g){print substr(' ,JPacehklnorstu',hex($1),1)}

Replies are listed 'Best First'.
Re^3: Tips for managing Perl projects?
by hsmyers (Canon) on Dec 16, 2004 at 15:56 UTC
    Then it's clear you've never watched endless discussions of where to put the damn curly braces during peer review. I would repeat the admonition, get perltidy, use it.

    --hsm

    "Never try to teach a pig to sing...it wastes your time and it annoys the pig."

      I've obviously not been clear. I'm not saying perltidy is a bad idea -- quite the opposite, in fact. However, there are two things I'd like to point out.

      First, any decent manager will quash "style" discussions during review: if they can't be stopped, then a standard code format can be instituted (or threatened). With a small devel team working on in-house operations, I'm loathe to require a coding style -- most projects will be single-developer.

      Second, while perltidy would solve most code style differences, that is such a tiny part of the overall issue. Perltidy address code style only.

      radiantmatrix
      require General::Disclaimer;
      s//2fde04abe76c036c9074586c1/; while(m/(.)/g){print substr(' ,JPacehklnorstu',hex($1),1)}

        Your points are good. I've simplified my life by forclosing the issue---first project meeting, a formatter is mandated by executive fiat (mine) and never there after becomes an issue. You are quite correct in saying this is a tiny part, but then so are most irratants!

        --hsm

        "Never try to teach a pig to sing...it wastes your time and it annoys the pig."
Re^3: Tips for managing Perl projects?
by sauoq (Abbot) on Dec 16, 2004 at 20:55 UTC
    it doesn't begin to address the management of an entire project.

    Uhm... of course not. I think most people might realize that I wasn't trying to address the management of an entire project in my four word reply. I was providing a single "tip"... nothing more.

    -sauoq
    "My two cents aren't worth a dime.";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://415358]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-19 14:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found