this post was submitted on 26 Feb 2025
115 points (95.3% liked)

Programmer Humor

20829 readers
2582 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
 

I didn't see this coming and I think it's funny, so I decided to post it here.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 day ago

Why would your whole function be 1 service? That is bad for scalability! Your code is bad and the function will fail 50% of the time half way through anyway. By splitting up the your function in different services, you can scale the first half without having to scale the second half.