DEV Community

Discussion on: Sorbet (Ruby type checker) seems really neat!

Collapse
 
cescquintero profile image
Francisco Quintero 🇨🇴

I like the idea of bringing a Typechecker to Ruby in the way Sorbet does it because it doesn't feel intrusive (like TypeScript in JS, i.e). However, last year I gave it a try in a Rails project and couldn't make it work :sweat-smile:

Maybe in a couple of months would try again and see what happens :)