Worthwhile task shaving: Difference between revisions

m
(Created page with "{{draft task}} Recreate https://xkcd.com/1205/ which shows a (humorous) table of how long you can work on making a routine task more efficient before spending more time than...")
 
m (→‎{{header|Phix}}: moved note)
Line 15:
 
=={{header|Phix}}==
One outlier here is 1hr 5/day ==> 3 years vs original 10 months: as per notes above for 5/8ths the cutoff is indeed 3 years.<br>
Note that the standard builtins such as elapsed() have no facilities for non-standard terms such as 8 hour working days.
<!--<lang Phix>(phixonline)-->
<span style="color: #008080;">with</span> <span style="color: #008080;">javascript_semantics</span>
Line 58 ⟶ 56:
<!--</lang>-->
{{out}}
One outlier here is 1hr 5/day ==> 3 years vs original 10 months: as per notes above for 5/8ths the cutoff is indeed 3 years.<br>
Note that the standard builtins such as elapsed() have no facilities for non-standard terms such as 8 hour working days.
<pre>
50/day 5/day daily weekly monthly yearly
7,806

edits