YAPC::NA 2004 Perl Style Guides for Large Projects #30

Going beyond these Style Guides: 3

Coding Procedure

Lots of options; many are useful on their own:

  • Revision Control: Best Practices for CVS

    • http://www.tldp.org/REF/CVS-BestPractices/html/

  • Agile Programming, Extreme Programming, etc...?

    • Test suites written before code

      • (Test::Simple, Test::More, etc.)

    • Release code early and often

    • Don't pre-optimize

<< Previous | Index | Next >> Copyright © 2004 Daniel Allen