sunshine@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 days agoI'm new to using Ruby and this tickled me pinklemmy.mlexternal-linkmessage-square90fedilinkarrow-up1282arrow-down17cross-posted to: programmer_humor@programming.dev
arrow-up1275arrow-down1external-linkI'm new to using Ruby and this tickled me pinklemmy.mlsunshine@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 2 days agomessage-square90fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareZüri@lemmy.mllinkfedilinkarrow-up5arrow-down1·1 day agoI 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-21 day agoFor 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 ;)
minus-squareZüri@lemmy.mllinkfedilinkarrow-up2·1 day agoType safety is still optional but now part of the standard library. https://github.com/ruby/rbs
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 auto 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