When a program doesn’t work and you don’t know why, the first thing you reach
for is a debugger. Whether that’s a process-attached tool like GDB, the Dev
Tools panel of your browser, or just a series of logger.log("now I'm here (3)");
statements littered through the code (my preferred method), you’ll soon
have it figured out.
What if there was a way to apply the same deliberate, iterative approach to management challenges? Surprise, there is!