this post was submitted on 24 May 2025
467 points (97.0% liked)
Games
38885 readers
900 users here now
Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.
Rules
Authorized Regular Threads
Related communities
Video games
Generic
- Gaming: Our sister community, focused on POC and console gaming. Meme are allowed.
- Cozy games: Because not everything has to explode to make a good game
- Photo Mode@feddit.uk
Help and suggestions
- TipOfMyJoystick@retrolemmy.com : You are searching for a game, but can't remember the name? Someone will find it for you here.
- Video Game Suggestions@lemmy.zip : Can't find a game to play in among the hundred you already own? Find another one to add to your library here.
- Patient Gamers@sh.itjust.works: Gaming isn't only about having the latest great games. Good old games are there too.
Platform specific
- Linux gaming : For everything related to gaming on Linux platform, be it on Steam Deck or Desktop Linux.
- Steam Deck : A Steam Deck specific community
Game specific
Language specific
Others
PM a mod to add your own
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
In the real world there is no entirely reasonable code base. There's always going to be some aspects of it that are kind of shit, because you intended to do X but then had to change to doing Y, and you have not had time or sufficient reason to properly rewrite everything to reflect that.
We tend to underestimate how long things will take, precisely because when we imagine someone doing them we think of the ideal case, where everything is reasonable and goes well. Which is pretty much guaranteed to not be the case whenever you do anything complex.
I agree, real code always has tradeoffs. But there's a difference between a conceptually simple change taking 3 weeks longer than planned and 6 months. The reality is game code is almost always junk and devs have no incentive to do better.
Getting a feature functional and out for launch day is the priority because you don't have any cash flow until then. This has been exacerbated with digital distribution encouraging a ship-now-fix-later mentality.
This means game devs don't generally have experience with large scale, living codebases. Code quality and stability doesn't bring in any money, customer retention is irrelevant unless you're making an mmo.
And games are usually one and done, so there's even less motivation to write sustainable code.