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
-
lxmcf204106yStill trying to find a bug from a 3 year old project, feels bad man... (I shouldn't complain, it's my old spaghetti code so i deserve the hell)
-
What language is it written with?
Did you check by-reference/by-value problems?
Do you have an idea more or less where it could be in the code?
Have you told your rubber duck what your code does/should do?
Have you meditated about it?
Have you tried to sacrifice a virgin lamb to the gods of bugs? -
Marl3x27796yCode bugs are simple, on bugs that are caused by some bullshit server architecture I already sat a few weeks to find that some random annotation caused it.
-
ltlian21966yLongest? Probably bashing my head into a bloody pulp trying to fix a CORS issue for a week when it turned out the server wasn't responding in the first place. It hurts to think about the unneccesary libraries I installed and unrelated source code I went over while being out of ideas.
Longest/Most trivial? When my json object simply. would. not. parse. I was up until 2am boiling it down to a minimal example; I imported the json library, I hard coded the literal variable, but jason.parse() still wouldn't fu-
oh.
Oh no. -
... depends on what you mean by "single bug fix".
but how i define it, i had my longest about a month ago. in a way, it wasn't your standard bug, but an attempt to make a whole app work. in another way, it was a single bug (i was trying to make it do one thing and it was refusing to do it correctly, until it broke down completely for i have no idea what reason)
that one took me two weeks nonstop, until i broke down and told the boss that either i'm a useless idiot or the app/library stack/solution is completely stupid and useless for our purposes, however in any case, i am unable to solve it.
and i still haven't, i was just told to let it be. if i weren't told that, I myself would refuse to try for any longer. -
mahaDev22446y2 weeks.
2 weeks on a bug that was non reproducible (that I reproduced after like 2 days) which had no correlation to what was happening. And 2 weeks later, when I made that single line code change and the motherfucker motherfucking worked, I almost wept. -
Couple months with some graphical bugs when I was getting started with JavaFX. Otherwise, I'm still hunting one of those quantum bugs in a C++ program I wrote in March...
-
I've spent 15 days with a fucking bug in the login module of the app I'm working, because I couldn't replicate the little bitch... After two weeks of sucking and trying to convince my "Product Owner" to let it go for a while, I've found it!!! This guy that added the behavior for when the session was expired, put a fucking "OR" where it should be a totally different condition evaluation... A fucking "OR"!!!
-
Just spent 4 hours trying to get TCP to work on unity. That son of a bitch script wasn't fucking loaded anywhere.
-
maysi2576yThe only one I can remember was about 7 days. The solution was 1 single extra line of code... 😄 but I was fucking happy I solved it.
Related Rants
What is the longest time you spent for a single bug fix?
3 days and going here, this piece of shit doesn't seem to reveal itself until I go bald and be a psychopath. 😲
rant
bug