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
-
afflict10228yI feel like this is part of the copy paste problem.... slap in code it works why bother figuring out why... need to stop doing that. It's best to know why the code is working.
-
Well, a lot of times I go "Wich idiot wrote this? Must be the guys we outsourced..." and than I check 'Blame' in GitHub ... and I shut up feeling ashamed. :)
-
Ragepyro308yAnd then you spend five hours looking at it and rewriting half of it because you found a better solution, been there 👌
-
donuts238488yOr you leave comments throughout the code and write documentation that walks you through how to use it.
I just came back from vacation and then needed to run an app which I wrote and load the results into program.
My thought: I can't remember how to do this... But THANK ME I wrote documentation even a junior dev could understand on how to do everything. -
kamen69848y@WerewolfCustoms You don't even need to go to github if your IDE/editor is competent enough. Source: have been using several JetBrains IDEs.
-
@kamen I'm a Visual Studio kind of guy. Anything else is just not good enough so I just use a text editor :D I'm currently stuck on a big legacy PHP project where no IDE can help. :)
Related Rants
"I wrote the code, I have to maintain the code, I wont need any comments"
*some months later*
undefined
wk24
documantation
comments