this post was submitted on 12 May 2024
616 points (92.2% liked)

Programmer Humor

19302 readers
1393 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Potatos_are_not_friends@lemmy.world 12 points 4 months ago (1 children)

Because some marketing asshole told them that they better be prepared to scale to a bazillion users.

[โ€“] Ephera@lemmy.ml 8 points 4 months ago

In this case, the colleague who had talked to the customers told me, they wanted microservices, because they'd have different target systems which would need differing behavior in places.

So, I'm guessing, what they really needed is:

  • a configuration file,
  • maybe a plugin mechanism, and
  • a software engineer to look at it and tell them the behavior is actually quite similar.