|
|
|
|
|
by oxplot
4427 days ago
|
|
This should never be entered like that. Not only it's prone to typos, it also requires a comment to accompany it.
Since just about every compiler/interpreter folds constants, one should write it as 60 * 60 * 24 which would run without a performance hit. |
|