this post was submitted on 24 Aug 2025
282 points (97.3% liked)

Programmer Humor

38058 readers
121 users here now

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

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Korne127@lemmy.world 43 points 1 week ago (1 children)

Never worked on Ruby, so I definitely cannot judge it, but that syntax looks so uncomfortable…

[–] mesamunefire@piefed.social 20 points 1 week ago (1 children)

It can be nice to read but try debugging something like this is a horrible experience.

I had 5 years of ruby on rails experience before jobs decided on other Lang's. Its still not terrible persay but it hurts when you have multiple of these "smart" objects doing really silly things and debugging it all.

[–] zurchpet@lemmy.ml 4 points 1 week ago (1 children)

I programm in Ruby since 2006.

In my opinion it has some of the best debugging tools available.

What was the horrible part you experienced?

[–] mesamunefire@piefed.social 3 points 1 week ago* (last edited 1 week ago) (1 children)

For me its auto resolving types. But its been close to 4 years since I've touched any ruby. So would love to be proven wrong ;)

[–] zurchpet@lemmy.ml 2 points 1 week ago

Type safety is still optional but now part of the standard library.

https://github.com/ruby/rbs