6 ms·
Ask HN: What are the best resources to learn on how to write tests?
- sargstuff 4y agoLatex and associated templates/libraries/extentions can be examined for publication quality examples of tests.
- pramodbiligiri 4y agoCheck out sqllite codebase. It has a lot of tests. If you want to try test driven development there are books like Growing OO Software with Tests, and TDD By Example.