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
-
max1993138411hEasy learning to write better code, naturally fixing it later on as you revisit it and realise the mistakes you did!
-
that's why every developer is taught to comment their code. and why a handful of _good_ developers sometimes actually do so.
-
BordedDev170638mLuckily, I've worked with so many old code bases that comments mean nothing to me, and I just look for the thing I want to change and work from there.
-
retoor83533mWell, my code quality was way better a half year ago 😂 If the structure of your project is OK, is more important than code quality imho. Code graded a six is good. Higher than eight is waste of money and time. Sometimes when I see a piece of code that just doesn't feel right, i select that source in vim and tell it to refractor and move on. When it's just a smal piece, it's mostly correct.
trying to make sense of code you wrote more than half a year ago
rant