Hacker News new | ask | show | jobs
by icebraining 5094 days ago
Cleaning up is fine and commendable if you're working on a piece of software from scratch.

My code is often just a class or two plugged into a behemoth. I know exactly what my code is doing, but not exactly how it's being called by the platform, or what responses is it getting.

1 comments

Sure. In my view, that's another context where I don't know what's going on. Ergo, sometimes I give in and use a debugger.