Don’t do it, a comment is a lie waiting to happen
- If a comment is needed because the code is unclear, move it into it's own method with a nice name.
- Write a unit test to explain things instead of using code comments.
- Unit tests are executable, self verifying documentation.
It’s the universal ‘check here first’
- introduce the project
- show basic usage