I think a lot about the youtube video with hundreds of thousands of views that critiqued YandereDev's source code when it was leaked. Infamously, the game logic was entirely contained in a single file that was thousands of lines of nested if-else statements.
The video was a 20 minute video saying that the biggest problem with the file was that it should have used switch statements instead of if-else statements