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

Programmer Humor

19551 readers
1019 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
[–] [email protected] 1 points 6 months ago

I mean I made be a novice on this but multi-state service in general sounds like a bad time. Isn't the accepted best practice for a micro service program stateless operations and one state at most per service?

I mean its true for anything beyond a single threaded monolith right? Otherwise you just get apps that prentend to be asynchronous waiting on locks so they act totally synchronousaly.