You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the hacker's perspective the tests are good, but for a person who just wants to use your library as a blackbox, comments are more valuable (preferably ones that can be output to some sort of browsable documentation -- like readthedocs)
Yes, but this isn't a library, right?
For usage as a blackbox binary -> README.md / documentation of binary
For usage of an API -> comments = documentation per function
For someone modifying code (which I think would be this case? ) -> Tests (+ comments)
Currently the comments are not up to the mark in the source code.
The text was updated successfully, but these errors were encountered: