Category code

Nesting bracket in code

Linus Torvalds said that code with more than three levels of nesting is considered suboptimal, stating, “if you need more than 3 levels of indentation, you’re screwed anyway, and should fix your program“. When code has too many nesting inside…