Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: (OT): Human Multi-tasking

by dragonchild (Archbishop)
on Jan 06, 2005 at 19:07 UTC ( [id://420031]=note: print w/replies, xml ) Need Help??


in reply to Re: (OT): Human Multi-tasking
in thread (OT): Human Multi-tasking

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.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (8)
As of 2024-04-18 17:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found