Sep 3, 2021
I would like to add one very popular item to the list of Programming Anti-Patterns: the “matryoshka code", where each function has only one statement that calls another function. And the calls go on for unlimited number of levels with functions with almost identical names.