DEV Community

ryanborgi
ryanborgi

Posted on

Should I write unit tests for MVP

I'm currently developing a MVP for my startup. I'm a software engineer and have always thoroughly tested my code with unit tests, integration tests, etc. However, I've come to the conclusion that I have very limited time, and would rather just focus on development. What do you guys think? Should I always test even if I don't have any users yet?

Top comments (0)