2

Learning of the day
"Code is your best Documentation for reference"

Comments
  • 3
    Code with good commentd is the best documentation.
    This is why most languages have a way to generate documentation from code comments.
  • 0
    @mundo03 True, but what this implies is that if you can read the code properly you've the power to know anything.
  • 2
    @Prakhar96 true, but reading code id not about the code, is about what the fuck the coder was thinking, which is where the comments come in.
  • 2
  • 0
    Well written test descriptions should be able to document most of your code
  • 1
    That is just what Donald Knuth was thinkin' when developin' literate programmin' WEB. Thanks Don.

    @mundo03 @mundo03
Add Comment