Hacker News new | ask | show | jobs
How strict are you regarding test coverage when you're building an MVP?
1 points by MrMike 4179 days ago
What's your philosophy on test coverage while building out your MVP (aka prototype/alpha/v1 or whatever you prefer to call it)?
1 comments

I write integration tests so I know when something is seriously f* up but I don't try to have unit tests for everything. If the startup goes well someone will be dedicated to that in the future.