|
|
|
|
|
by PontifexMinimus
586 days ago
|
|
You call it haskish but it's something I've done in the pasty and find useful. I don't find debuggers all that useful, because I often find I'm spending more time thinking about how to use the debugger rather than how to fix the bug; since debugging is hard I want tools that I don't have to think about at all, as they distract me from thinking about the bug. Maybe that's because I don't have enough experience with a particular tool. If I used a debugger more often it would come naturally to me. But I find most of my bugs are simple enough that that doesn't happen, because I write modular code and TDD. |
|
To each their own, but I wholeheartedly recommend learning about debuggers. It should be one of the core tools of every software engineer.