Feb 8, 2023
Ten nested if statements? Yuck.
To be honest, I consider deeply nested loops a worse evil than early returns.
I use early returns every day in my code, so I'm definitely a fan. (And I did say that the single return principle was too much.)
I just wanted to be the Voice of Caution. :-D