HN user

sunnyprogram

4 karma
Posts0
Comments5
View on HN
No posts found.
Clean Ruby 15 years ago

I disagree. If you follow test driven development, your tests become your documentation. Want to know what a method does? Look at the tests for the method where it explicitly says what the method is doing and ensures it is functioning correctly.