- cross-posted to:
- programmerhumor@lemmy.ml
- cross-posted to:
- programmerhumor@lemmy.ml
You ABSOLUTELY will still complain about all the worthless systems and structures that perpetuate all the most easily avoidable bugs tho lol
I find the opposite to be true. There’s nothing like being skilled in a field to make poor workmanship in that field stand out to you.
I don’t hate on the developers, I hate on the companies that so severely understaff and burn out their teams that no one is doing proper testing anymore.
Untrue. I complain about my bugs all the time.
“Who the hell wrote something so stupid”
git blame
“Oh. Never mind”
At least it means you’re improving.
That happens too damn often
Even weirder is finding some really good code that you apparently wrote years ago. What the hell happened to that guy?
My answer is I got promotions and now I’m not allowed to spend time on making nice code, I just have to get results and I’m closely judged by volume over quality.
Gross
[obi-wan.jpg] “Of course I blame him; he’s me!”
Exactly. Recognising your own errors is an improvement
I will never not complain about bugs that obviously someone put in the effort to do the wrong thing when the correct would have been easier.
Now I assume fixing the bug was not in line with their business model
Of course not, the business model is everything works flawlessly in half the amount of time it should take, and any bugs that crop up aren’t bugs but either features or simply don’t exist.
No, now I just get more frustrated with bugs because I can infer where a simple mistake was made and how to fix it; if only someone could/would actually look at it.
Buuut labour relations and budgeting n all that corporate jazz… Can’t expect the monkeys to code if your not handing out bananas.
My all time most annoying bug was the Witcher 3 chest management.
The algorithm they used to display and sort contents if a chest was abhorrently slow. I’ve worked on large datasets with terabytes of contents that sort faster than the inventory in Witcher 3 did.
Other than that, a near flawless game!
That’s when you get a job at said company, fix the big and then quit.
Bonus! You get a neat news article or 2 and at least 3 memes about you doing it lmao
I really, really want to do this when I retire.
I go into gaming communities and see people hate on developers and I’m all like, dear God the fact that this works at all? Modern games are amazingly complex!
Blame the company for shortening timelines sure, but I never blame the devs.
I started a project with “I’ll just build a simple entity component system”
I quickly abandoned it because that does not work at all if you have not planned out all of the features you’ll use.
With all the features modern games have, and their portability across platforms and graphics stacks, yeah it’s damn impressive these things work.
Not true
If you learn rust you’ll start saying “this would never have happened if they had used rust”
Rust will make the world safer
I mean if you frequently play games that ctd with access violation errors, you’d be correct too
This isn’t even humor, this is the truth!