this post was submitted on 24 Aug 2025
277 points (97.6% liked)

Programmer Humor

43190 readers
4 users here now

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

Rules:

founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] zurchpet@lemmy.ml 5 points 11 months 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 11 months ago* (last edited 11 months ago) (1 children)

For me its aauto 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 11 months ago (1 children)

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

https://github.com/ruby/rbs

[–] ThirdConsul@lemmy.ml 1 points 8 months ago

Oh god, it's so bad. It's like .h files, but worse.