- Joined
- May 15, 2013
- Messages
- 2,248
- Reaction score
- 2,158
- First Language
- English
- Primarily Uses
- N/A
Just to show people how beneficial "proper" commenting can look, I've been converting my Ease script docs to Yardoc / RDoc. So far the base Ease class is pretty much done, and look how readable this is:
https://tdd-ease-script.s3.amazonaws.com/TDD/Ease.html
The source code for that specific class can be seen here, so you can see how it looks inline in the file. I still need to clean up the code and stuff a bit, but I'm really enjoying this for my own sake. It's so much quicker for me to look up my classes and methods and see how it all works like this
https://tdd-ease-script.s3.amazonaws.com/TDD/Ease.html
The source code for that specific class can be seen here, so you can see how it looks inline in the file. I still need to clean up the code and stuff a bit, but I'm really enjoying this for my own sake. It's so much quicker for me to look up my classes and methods and see how it all works like this

