DEV Community

Discussion on: Do you aim for 80% code coverage? Let me guess which 80% you choose...

 
tomekbuszewski profile image
Tomek Buszewski

Such apps, in my opinion, should consist of modules. And a lot of modules, especially the ones that are just emitting API, can be done with TDD. It's a whole different story with front-end, but even there you can try TDD with E2E tests. Because you only define "handlers", and they can be defined before the coding starts.