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
-
Root825284y@NEMESISprj It’s true. Clean, elegant, reusable code often goes just as unnoticed as a burning trash heap if they both function correctly. It’s sad.
-
My company taught me a good lesson, if you do awesome job that is because you are paid to do so, if you atleast once messup it's highlighted and creates a bad impression. Everyone does mistakes, what perplexes me is that its always blame game than learning from that mistake.
-
can relate to that. sometimes it's awesome, and sometimes you just want to dig a hole and disappear.
@Root plain an reusable code is quite nice, if you give it a little bit of love every over time. it turns ugly as fuck, if the code isn't maintained.
happend to me 2 ish years ago. the task was to rework our puppet module that creates users with their regarding ssh keys.
the old code came from a time, where puppet couldn't handle loops.
our now teamlead managed to convince puppet to do a loop - however the fkn hell he managed this.
it did what it was supposed to to, but going through and rewrite that legacy pile of.. code (with loops this time) was a fascinating experience.
a friend of mine once said, that we build tomorrow's legacy today. well, he wasn't wrong, I guess.
Sometimes I write awesome code that executes well as intended with proper file structure and clean codebase and sometimes I bring shame to my family.
random