Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

This thread reminds me of some of the arguments about the implications of DoTheSimplestThingThatCouldPossiblyWork in XP (that's Extreme Programming this time... XP must win the award for most overused abbreviation...).

I tend to think that:

we'd better plan for the future by building solider solutions than are asked for

is really a separate issue from

leveraging tested, off-the-shelf code where possible to save effort.

The latter is nearly always a good thing as far as I am concerned.

The former can get you into trouble.

You waste time building a complex solid solution that you then have to throw away when the requirements change.

If you'd built a small problem-specific solution you would still have had to throw it away - but have wasted less time in producing it. Since the small solution would have taken less implementation time it would also have helped identify the fact that the requirements needed changing sooner - a good thing.

The only time this falls down is if your in a development environment that doesn't give you the freedom to go back and refactor that problem-specific solution into something more generic if/when it becomes necessary.


In reply to Re: Simplicity vs. Doing It Right by adrianh
in thread Simplicity vs. Doing It Right by dws

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found