why?

you are viewing a single comment's thread
view the rest of the comments
[–] 18 points 2 years ago (5 children)
downloadUpdate();
sleep(10000); // 10 seconds should be enough time for the buffer cache to finish writing to disk even on the slowest system.
  • source
  • parent
  • hideshow 5 child comments
  • [+] 11 points 2 years ago (4 children)
  • [–] 4 points 2 years ago (3 children)

    Your formatting convention is… terrifying.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 3 points 2 years ago* (last edited 2 years ago) (2 children)

    Eh I've seen much worse. At least it's not:

    if (condition) 
    {
      doTheThing()
    } else
    {
      doNotDoTheThing()
    }
    

    For some reason I hate the brackets taking up a whole line it just looks terrible.

  • source
  • parent
  • hideshow 2 child comments