this post was submitted on 26 Feb 2025
118 points (95.4% liked)

Programmer Humor

20899 readers
476 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
[–] Valmond@lemmy.world 4 points 6 days ago (2 children)

This looks like hell.

I'm a C/C++ developer though.

[–] Xanza@lemm.ee 2 points 5 days ago (1 children)

I’m a C/C++ developer though.

Ya feel good about yourself, slugger? /s

[–] Valmond@lemmy.world 3 points 5 days ago

Yeah, I kind of am. Just found a 33% time job so that I can gradually leave software engineering 😁

[–] tyler@programming.dev 1 points 5 days ago (1 children)

You can write your glue nano-service in c/c++ if you want, it’s just that: glue. It doesn’t matter as long as you don’t need to change the original services which also can be written in whatever you want. Ruby, Python, JS just work out of the box with aws lambda and you don’t really have to maintain them or any sort of build infra so it allows for very little maintenance or upkeep cost. You don’t really test these glue lambdas either.

[–] Valmond@lemmy.world 0 points 5 days ago (1 children)

Things won't be simpler just because you cut everything up in tiny tiny pieces (I mean it will be easier because it solves some surface level problem right now, pushing the real problem down the road), it creates a complexity of its own.

[–] tyler@programming.dev 2 points 5 days ago (1 children)

You didn’t read what I wrote at all.

[–] Valmond@lemmy.world 0 points 4 days ago

It's easy to say I didn't read your message, which I obviously did (why write lies like that?), just because you don't understand my point.