10
Comments
  • 5
    I swear people like to complicate things.
    Why make it do the math when it's a static value anyway?

    sleep(86400000);
  • 2
    @C0D4 because it is much easier to read and to edit. Also for me it is more prettier
  • 1
    @C0D4 because it's much easier to read. I also assume the compiler can optimize the expression into the final result, so it won't make a difference.
  • 3
    Not a rant.
  • 2
    Didn't even return back the date... Are you still sleeping?
  • 1
    I wish there was a comment above getCurrentDate call explaining what's happening.

    // get current date
  • 0
    @Tr33 Ah yes just in case the earth is thrown off orbit by an asteroid and you need to update it to 27 hours per day
  • 0
    @CoffeeSnake I guess you obfuscate each function after they are finally done?
Add Comment