Hacker News new | ask | show | jobs
by chrisjj 1047 days ago
Interesting there's so little for testing, especially given there's so much fir generating code that's even more requiring of testing than normal.
2 comments

I’ve found that copilot is actually pretty good at generating tests, although I’m sure that depends on how the code under test is written. I can usually just write the test description (sometimes a whole describe block) and it fills out the test(s) for me. I usually have to make some adjustments but it sure beats typing it all out by hand.
Testing is coding, the purpose of the module is just different.