-
lovesbuns I tend not to work with TDD because I'm figuring stuff out as I go and fell in love with snapshot testing because it means I can just verify stuff at the end when I know what it's going to look like.
-
lovesbuns I even ended up writing a snapshot testing tool for the testing framework I like because I was working on something that would be a great use case for it. It made me super enthusiastic about testing.