Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: TIMTOWTDI, but enough rope to hang yourself?

by Maclir (Curate)
on Sep 01, 2001 at 00:36 UTC ( [id://109541]=note: print w/replies, xml ) Need Help??


in reply to TIMTOWTDI, but enough rope to hang yourself?

A few brief comments regarding team programming that are applicable to any language. If you are the development manager, project leader, whatever - you should have the ability to set (among many other things) the coding standards. Often a large organisation have these already, otherwise as a project leader I have set the rules myself. For example, back in 1994, one standard I set was that when displaying a date, the format WILL BE dd mmm yyyy - making today 31 Aug 2001. (of course, the internal representation was as an integer counting from the start of epoch, but here we are specifying how dates are visually presented to users)

If I was managing a project where Perl was the language to be used, I would set standards that I believe are good - such as mandating use strict; and so on.

Remember, in any good development project, you should be having code walkthroughs with other team members - and a senior developer to ensure standards are being followed. This may sound outrageously fascist to some people, but this is one way to make sure your project will be a success. So - set sensible programming standards, and make sure they are followed.

Replies are listed 'Best First'.
Re: Re: TIMTOWTDI, but enough rope to hang yourself?
by dragonchild (Archbishop) on Sep 01, 2001 at 00:41 UTC
    Heh. In other words, follow Code Complete's advice. :)

    ------
    We are the carpenters and bricklayers of the Information Age.

    Vote paco for President!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-03-28 13:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found