7 ms·
That is a very common value to use when you want something to either occur a bit more than once a day, or time out in a bit less than a day.
by markcarlson 12y ago
That is a very common value to use when you want something to either occur a bit more than once a day, or time out in a bit less than a day.
- underyx 12y agoAnd to keep the discussion interesting, also, 12 seconds is a pretty popular timespan to use when you want something longer than 10, but shorter than 15.
- nkozyra 12y agoI certainly have some code that adds 86399 to encompass the entirety of the day. This is in languages I use with less robust date logic, of course.
- ggreer 12y agoIf there was an 84600 with no hinting variable names nearby, anyone reading would have trouble figuring out the author's intention. Any other number (say... 81234) would be unambiguous. In the words of Douglas Crockford, "All that you know about the code is that the programmer was incompetent."