DEV Community

Discussion on: Do you practice TDD?

Collapse
 
hexin profile image
Kacper Kaśków

I try doing TDD. Usually its easier when starting with integration tests as described in amazon.com/Growing-Object-Oriented.... We have microservices communicating with each other by REST api, so it's not difficult to write a bunch of tests checking status codes and responses.