2 min read
Learning Test-Driven Development
· 2 min read
Test-driven development is widely used in enterprise programming, but it wasn’t covered in my computer science classes. I’ve been teaching myself how to use TDD, trying it out in both work and personal projects. Here’s what I’ve learned so far, along with a few things I’m still unsure about. TDD...