student-search
student-search copied to clipboard
Add Comments
Currently the comments are not up to the mark in the source code.
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)