sunshine@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 14 天前I'm new to using Ruby and this tickled me pinklemmy.mlimagemessage-square93linkfedilinkarrow-up1293arrow-down17cross-posted to: programmer_humor@programming.dev
arrow-up1286arrow-down1imageI'm new to using Ruby and this tickled me pinklemmy.mlsunshine@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 14 天前message-square93linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squareZüri@lemmy.mllinkfedilinkarrow-up5arrow-down1·13 天前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-213 天前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 ;)
minus-squareZüri@lemmy.mllinkfedilinkarrow-up2·13 天前Type 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