484
got him
(lemy.lol)
Post funny things about programming here! (Or just rant about your favourite programming language.)
It's important to remember that Linus is primarily writing about C code formatting. C doesn't have things that tend to create more deeply nested structures, such as a formal class syntax, or nested functions.
Going too deep is still bad--as zea notes, it's an indication of control structures run amok--but the exact number is dependent on the language and the context.
And you never include the switch-case-block indentation levels.