52

While(devRanting)
{
productivity--;
}

Comments
  • 7
    Here comes the rants on bracket placement... You made the mistake of putting the bracket on a different line my friend.
  • 3
    Readability! I prefer my open curly braces on new lines! It's so much cleaner I think! 😁
  • 8
    And the war begins anew
  • 3
    --productivity
  • 2
    ¿Por qué no las dos*?

    *Inline brackets in JavaScript but newline brackets when writing C#
  • 2
    sir, you deserve much more 1+'s
  • 2
    productivity = 0;
    fun = MAX;
  • 1
    @minimango I agree. I don't write C# but I use new line braces for C++ because of the verbose function declarations mostly. But exclusively do same line for JavaScript, especially now that arrow funcs are a thing
  • 0
    There's a bloody space before the first brace!

    My OCD won't let it go!

    Need. To. Edit. It.
Add Comment