Hacker News new | ask | show | jobs
by rbanffy 2024 days ago
Three or four levels is most likely too deep.
1 comments

Depending on language that's easily reachable with sane code.

One level of indentation for the module/class level and another one for a method. Already at two levels.

Within a method, two levels of indentation are by far not extreme.

Good point. I was thinking from the base of the code block :-(

/me slaps forehead.