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
-
Happened a lot on 3DEXPERIENCE Platform. Monkey patch after monkey patch methodology!
-
@Demolishun neither. There's a non-null constraint on a column. And I forgot to set the value. That part of code has been running fine for years. DB restarts several times a week. No major db changes [apart from ebabled query logging AFTER I started getting sql exc]...
-
The conclusion I usually come to in that case is that nobody has been using the feature and therefore nobody has noticed. Either that or they (users) noticed but didn’t care
-
muliyul5763yRecently bumped into code that took a map, destructured into keys and values sets and put them in a database as 2 lists. Luckily the map was a linked hashmap so the sets order were preserved, but otherwise it would result in pretty horrific bug 🤷♂️
Related Rants
Out of all the bugs, the most annoying are the ones that come out and make me say "WTF?!?!? WHY THE FUCK HAS IT BEEN WORKING FOR THE LAST 2 YEARS??!!?!!??? THERE"S NO WAY IT COULD HAVE!"
When the bug surfaces, you investigate and see that it indeed IS a bug and there's no way it would ever work w/o a fix. But then SOMEHOW it's been working just fine for years....
It's like server elves went on strike and said "no more, it's enough covering that bug - it's time you fix it, lazy-ass idiot!"
rant
bugs
server elf
wtf