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
-
mgarg214yAt least tests are there so you know if the methods are working as they should.. what should you do if all you have is functional documents and no details on how they are implemented. You go about writing a class and find out 3 weeks later that the five methods you wrote in that class actually already exist scattered around in classes having drastic naming distinctions.
-
j2k41884y@TheCommoner282 yeah I agree completely. This came about when there was some weird logic happening within the space of a few lines. I asked why the code seemingly repeated itself and the response was "oh, it gets rid of onboarding screens...". At a certain point, code comments should be considered
Related Rants
"Oh, documentation? We don't write documentation. Our tests are our documentation."
Sure - I guess your developers are computers, too.
rant
documentation