Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
matanl26478yVariable names, function names, class names, flow, etc. are all implicit comments. Try reading an obscured code (i.e. compressed jquery.js) and feel the pain
-
bjorngi38748yThat code is "self documenting" is a lie. If might be of it's a small codebase or you have worked with said codebase for 10 years.
-
This is true for most small custom projects but a damn lie for a public library or framework
"Undocumented code cannot be understood", said no coder ever.
undefined