this post was submitted on 05 May 2024
247 points (92.4% liked)

Ask Lemmy

25987 readers
1809 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected]. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 20 points 3 months ago (2 children)

Making an otherwise simple change in a game made by a big company.

There are tons of things that could be done relatively "easy peasy" when it comes to correcting an error in the code or making a change to a number or even adding a thing. What makes it difficult is red tape. You've got assigned tasks to do that probably don't include making that simple fix or adding that thing or changing that number. If it's just 1 dude in his garage working at a hobby project, it could get done in 10 minutes if he wanted to do it.

Of course this assumes things aren't done in a way that make doing something that might be easy even harder simply because you don't have many options to do the things you want within the system you've made without dismantling part of it and getting into a whole mess of other shit to make the "simple" change. Sometimes it be like that, too.

[–] [email protected] 11 points 3 months ago

Perfect example is changing text in a game (maybe 10 mins) vs adding emoji to text in a game ( weeks?) does the text engine support emoji. Do we need to add support for all arbitrary images? How big can the emoji be? So many issues come out of "simple" requests.

[–] [email protected] 1 points 3 months ago

red tape

I just make the change and put it in for review and then move on with my life... most the time its not turned away if its a good change. Even if there wasn't any task or discussion before hand, and if it's small enough I can just do it quick then I won't be disappointed if people want it done a different way. At least for me it feels like people like it when I just make a decision and solve the problem instead of bogging them down with discussing everything before hand

But yeah lots of times "simple" changes are not actually simple in the system as it already exists.. and that can be frustrating but thats software..