Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Programming strategy with no on-going testing

by brian_d_foy (Abbot)
on Mar 14, 2005 at 00:27 UTC ( [id://439162]=note: print w/replies, xml ) Need Help??


in reply to Programming strategy with no on-going testing

I wouldn't call testing "training wheels", and I wouldn't compare it to brain rot from using a calculator. Test code makes you think more, in fact.

As for the rest of the stuff, you have to find how you work best, adn do that. Don't necessarily try to copy how someone else works.

For me, I try to create small, compartmentalized code that I can easily test. With small bits, I don't need a big block of time to work on it (more breaks without losing context), can write focussed tests, and can make easier changes. A long hacking session isn't necessarily bad, but if you have to do that to get anything done, you aren't being effective.

--
brian d foy <bdfoy@cpan.org>
  • Comment on Re: Programming strategy with no on-going testing

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://439162]
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: (8)
As of 2024-04-19 15:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found