Hacker News new | ask | show | jobs
by kevinlu1248 975 days ago
I feel like at least for me, when I want to build fast, writing the implementation and having AI generate the unit tests to double check and catch edge cases is easier. I also don't use the unit tests as a verification but just to ensure the util functions don't deviate.

Writing unit tests is also more boring so I prefer writing the implementation.