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

Re: Seven habits of highly careful coders

by gryphon (Abbot)
on Sep 13, 2003 at 22:58 UTC ( [id://291306]=note: print w/replies, xml ) Need Help??


in reply to Seven habits of highly careful coders

Greetings mandog,

At my job, I've instituted a lot of standard coding practices for our department. Here are a few that I think are habits of careful coders:

  1. use strict;
  2. use warnings;
  3. Use CPAN for as much of the work as possible
  4. Use tainting when dealing with CGIs
  5. POD or otherwise document everything (if not in POD, have a good reason why)
  6. $CGI::DISABLE_UPLOADS = 1;
  7. $CGI::POST_MAX = 4092; (or some other appropriate number)

gryphon
code('Perl') || die;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-24 11:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found