HACKER Q&A
📣 baalimago
Do you write tests for your private hobby projects?
Do you write tests for your private hobby projects?
👤 moasda
Accepted Answer ✓
When the project reaches a certain level of maturity, I write unit tests. My largest project MoasdaWiki [1] has 468 tests.
[1]:
https://gitlab.com/moasdawiki/moasdawiki-server
👤 olliej
Yes, once they’ve got to basic building and not immediately crashing :)