Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
For instance, think about how much time we spend making various "time saving" devices work, does it really end up giving us more time?

This is a very interesting point. The whole goal behidn "time saving" devices is that the time spent setting them up is amortized over each successive use. So, let's say you have a process that takes 10 seconds. If you can cut it down to 5 seconds, but take 50 seconds to set up that new process, you need to do your process more than 10 times to see any savings. If you do it less than 10, you actually have lost time.

This is a very big part of XP programming, particularly YAGNI. If you only do the simplest thing that could possibly work, then you haven't spent time that may not be amortized. However, if you do something 2-3 times and can reasonably expect that it will be done more times (like different reports, similar classes, etc), then you should spend time setting up a framework because that time will be amortized in the short-term.

However, especially outside programming, figuring out the cost-benefit ratio of time-saving devices is very tricky because we don't know how many more times we will need to run that process. Washing machines are easy, but is a leaf-blower?

Being right, does not endow the right to be rude; politeness costs nothing.
Being unknowing, is not the same as being stupid.
Expressing a contrary opinion, whether to the individual or the group, is more often a sign of deeper thought than of cantankerous belligerence.
Do not mistake your goals as the only goals; your opinion as the only opinion; your confidence as correctness. Saying you know better is not the same as explaining you know better.


In reply to Re^2: (OT): Human Multi-tasking by dragonchild
in thread (OT): Human Multi-tasking by dragonchild

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 scrutinizing the Monastery: (None)
    As of 2024-04-25 01:51 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found