DEV Community

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

 
miniscruff profile image
miniscruff

Sure, I tend to skip testing entirely for the first release. Gotta get something out there first.

I also accept manual testing IF you only have like 2 end points but probably only for a single update or temp fix. Long term nothing beats automated tests.