you are viewing a single comment's thread
view the rest of the comments
[–] 37 points 1 year ago* (2 children)

Years ago I remember reading Visual Studio c++ patch notes that mentioned having fixed a bug with having more than 255-deep nested parentheses. Good times

  • source
  • hideshow 4 child comments
  • [–] 8 points 1 year ago

    The max at my job is 20 and it's already horrifying. (C# though) (The variable naming also sucks, a bool 'ok' is constantly overwritten and 12/20 indents are 'if (ok) { ') (guess who's leaving that job, large part because of the coding practices)

  • source
  • parent