DEV Community

Discussion on: The Dev.to-Community's Opinion about Unit-Tests

Collapse
 
codemouse92 profile image
Jason C. McDonald • Edited

I don't follow "Test-Driven Development," in that I definitely don't write "units" and their corresponding "unit tests". In other words, by TDD's official definition, I don't use it.

However, I do write extensive behavioral and integration tests. I helped author the Live-In Testing standard at MousePaw Media, which uses PawLIB Goldilocks to ship the tests with the end product (C++).

I can't speak to Javascript development, though, as that's entirely outside of my bailiwick.