[English] Tip for quick bug finding: Follow the line of sight
What can we do to find bugs quickly?To fix bugs we need to quickly undestand the logic flow of the code. Having deeply nested if-else statements hurt code glanceability. We could improve code glanceability.What I…