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
-
This is something I struggled with at first. I can come up with an elegant one-liner that does something that would normally take several lines, but if another dev can't figure out what the hell it does then it's not good code.
People joke about how you can write unmaintainable code to ensure they can't fire you, but in reality they absolutely would fire you and hire a team of foreign contractors for half what they paid you to rewrite it entirely from scratch if necessary. -
@EmberQuill I feel this. I told myself if I just left meaningful comments it’d be enough, but when people come in to make adjustments or add to it I would just get called over to help. Eventually I was outsourced to foreign devs. I’ve learned to just assimilate my style to that of the team and if that means overly explicit statements and creating variables that are only referenced once, so be it 🫡
-
trisha1003ywe're expected to help the reader understand extreme difficulty without using large chunks of code? sometimes, not possible.
although, i will argue that efficiency is important and huge chunks of code can be confusing for non-programmers.
Related Rants
-
legendre-ary4In the darkest of days, I discovered how to remote login to my computer at work through the company vpn. I the...
-
SoldierOfCode2Not really a dev habit, but a habit many devs have. My beyond fucked up sleep schedule. SLEEP CAN SUCK MY ASS ...
-
darksideofyay9giving up on projects when i run into problems above my knowledge level
I need to stop sacrificing readability for smaller amounts of code. What looks good to me isn’t always best for everyone and that’s a fucking tough pill to swallow.
rant
wk312