Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: The Illusion of One-Offs

by Anonymous Monk
on Aug 17, 2001 at 23:32 UTC ( [id://105786]=note: print w/replies, xml ) Need Help??


in reply to The Illusion of One-Offs

Doing this is certainly sensible, and whilst I am semi-sensible, a coder should feel no obligation to do likewise. TMTOWTDI.

Replies are listed 'Best First'.
Re: Re: The Illusion of One-Offs
by mandog (Curate) on Aug 18, 2001 at 07:20 UTC
    I beg to differ with what is implied by many of my estemed seniors.

    The conventional wisdom is that you should code anticpating future requirements. It is assumed that extra work now will save future work. It is thought to be cheaper to add features during design than it is during testing or maintenance

    The extreme programming people disagree. They argue that anticipating features is a waste of time because you will guess wrong most of the time.

    If you assume that planning ahead pays off, you are inclined to remember all the times that planning paid. You are less inclined to remember the times the up front costs were not recovered.

    The XP way is to code only as much complexity as you need right now. If you can get by with csv files now, don't install Oracle.

    This is not to say that you shouldn't save your simple good-enough-for-now programs. When (if) the time comes to put them to new purposes, spend the energy to make them more complex (general)

    The XP religion doesn't require the faithful to pile spaghetti on top of spaghetti. "Good enough for now." alone probably won't work well. There are other XP principles (build the test code first, program in pairs, talk to the customers, revise and improve whenever possible, etc) that keep things in balance.

Log In?
Username:
Password:

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

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

    No recent polls found