this post was submitted on 30 May 2024
436 points (97.8% liked)

Programmer Humor

32050 readers
1793 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

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

In a lot of cases microservices will add to your development problems.

[–] [email protected] 1 points 3 months ago (1 children)

Imo they do not add problems, but they do exchange some problems for other problems.

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

In some cases it is just a net negative, especially if you have a bunch of services are using the same db tables which act as the global state.