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
-
bezorp3746yAll substantially complex code has bugs, imo. Changes just stir the bugs around to ones that don't conflict with your use cases.
I'm using the product manager's definition of 'bugs' here. :p
Sub-rant: I get pretty annoyed when I'm assigned bug tickets that are what I would consider brand new features. -
"An action produces an equal and opposite reaction" - issac newton
"A single bugfix produces thrice the amounts of bugs" - every programmer ever.
Its just a proven law of nature, we can't do much 😉 -
TafT266yIn any very complicated system the interactions between parts can have very complicated outcomes. Changes in behaviour may not just propagate but multiply through the related stages
Lots of programming practices are about coding in a way which should prevent that from happening. The simple example being having a value defined in a single place and the symbol reused everywhere so that you do bit need to hunt down values.
Things like unit testing, integration tests and system level testing (hopefully automated) will help you spot some of your new bugs early. They are unlikely to get everything and there is high initial time cost. Especially considering that doing your job near perfectly should mean it all works first time 😂
That or it is just job security by some devs sneaking in future work to do 😜
Related Rants
-
caramelCase3Me: tried to HTML like a sad anime girl (someone spots me) Dude: yo you're good (I'm just making a bouncing ...
-
pseudonim22Wow. I feel kinda bad! I just raged at someone for removing a feature, that disappeared because I CHANGED my ...
-
caramelCase4So I literally made a Gentoo ebuild just to install a OEM wallpaper.. I really need to do something with my l...
Why is it that every code push to fix one bug makes 3 more 🙃
rant
oof