this post was submitted on 12 May 2024
610 points (92.1% liked)

Programmer Humor

20039 readers
2222 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 8 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.