test
Debuggers: I’m all for them
There was yet another huge flamewar over whether or not debuggers are useful or the tools of lazy slobs. Count me in the former: I like using a debugger. Tests are great for shaking out issues with code and for maintaining confidence. However, when things get rough (and they will), it’s nice to look at [...]
Read Full Post | Make a Comment ( 1 so far )I Have the Unit Test Religion
…And I must testify. I’ve been making a conscious effort to make as much of the new logic I’m writing unit-testable, and it really makes the development process smoother. I can’t stress enough how important and comforting it is to be able to make changes to complicated logic and be able to immediately test for [...]
Read Full Post | Make a Comment ( None so far )