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

Programmer Humor

32495 readers
268 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
[–] yogthos@lemmy.ml 7 points 5 months ago (1 children)

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

[–] justcallmelarry@lemmy.dbzer0.com 1 points 5 months ago (1 children)

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

[–] yogthos@lemmy.ml 1 points 5 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.