sunshine@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 6 个月前I'm new to using Ruby and this tickled me pinklemmy.mlimagemessage-square96fedilinkarrow-up1301arrow-down17cross-posted to: programmer_humor@programming.dev
arrow-up1294arrow-down1imageI'm new to using Ruby and this tickled me pinklemmy.mlsunshine@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 6 个月前message-square96fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareZüri@lemmy.mllinkfedilinkarrow-up5arrow-down1·6 个月前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?
minus-squaremesa@piefed.sociallinkfedilinkEnglisharrow-up3·edit-26 个月前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 ;)
minus-squareZüri@lemmy.mllinkfedilinkarrow-up2·6 个月前Type safety is still optional but now part of the standard library. https://github.com/ruby/rbs
minus-squareThirdConsul@lemmy.mllinkfedilinkarrow-up1·3 个月前Oh god, it’s so bad. It’s like .h files, but worse.
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?
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 ;)
Type safety is still optional but now part of the standard library.
https://github.com/ruby/rbs
Oh god, it’s so bad. It’s like .h files, but worse.