Tagged Questions
33
votes
15answers
9k views
If you need more than 3 levels of indentation, you're screwed?
Per the Linux kernel coding style document:
The answer to that is that if you need more than 3 levels of
indentation, you're screwed anyway, and should fix your program.
What can I deduce ...