Hacker News new | ask | show | jobs
by Cruncharoo 594 days ago
I agree. For whatever reason if I have 10 things to do or 1 thing to do I make completing them take the same amount of time.
2 comments

I like to joke that it's an array indexing issue. Some people loop through their array task list starting at 1 instead of 0, and so if they only have one task it never gets started. :P
Parkinson’s Law: work will expand to fill the time allotted for its completion.