DEV Community

Discussion on: Tell me a coding confession

Collapse
 
ld00d profile image
Brian Lampe

I've recently been working on this, but I too often take a get-in/get-out approach and forget to take a step back and consider the big picture.

Up until recently I didn't understand Test Driven Development at all and thought it was crazy. I'm still not fond of unit tests where I'm trying to fix a bug, and I have to figure out why the unit test is now breaking.