6 ms·
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.
by Cruncharoo 2y 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.
- ycombinete 2y agoParkinson’s Law: work will expand to fill the time allotted for its completion.
- taneq 2y agoI 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