168: Understanding Complex Code by Refactoring into Larger Functions

Share:

Test & Code: Python Software Testing & Engineering

168: Understanding Complex Code by Refactoring into Larger Functions

Technology


To understand complex code, it can be helpful to remove abstractions, even if it results in larger functions. This episode walks through a process I use to refactor code that I need to debug and fix, but don't completely understand.