Test The Manual
Simplest way to build up a test suite is to just test what the manual
says it does.
- Also a good way to find mistakes/omissions in the docs.
- You can take this five steps further and put the tests IN the manual. Test::Inline, later.
If the docs are well written, they should cover usage of your code.
Prev | toc | Next