this post was submitted on 09 Aug 2023
8 points (100.0% liked)

Programming Polls

129 readers
1 users here now

Welcome to the programming polls community! This is a place where you can run polls related to programming

For questions not related to being a poll theres communities such as [email protected] instead and for trivia theres [email protected]

As lemmy doesnt have a built in poll system if you want to run a multiple choice poll you can just make each option its own reply and people can vote by upvoting

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

not if you have invested in making it scaleable. but if you've inherited already one from another dev then you're probably fucked. we barely cared back then about scaleability.

[–] flamboyantkoala 2 points 1 year ago

It’s usually the domain knowledge that gets lost over the years that causes maintenance problems not the code or tech.

Why things are done this way gets lost. The decisions that led to it. The hard earned knowledge by the original dev team.

New team comes in and everything they do breaks something else because they don’t understand the up and downstream of their project.