Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Link to RBS and Steep

authored by

Joel Drapper and committed by
GitHub
302ce399 5370dcfc

+1 -1
+1 -1
README.md
··· 6 6 7 7 ### What’s the point? 8 8 9 - While I’m very excited about RBS and Steep, I think we’ve still got a long way to go before they can be used in many applications. They will need significant adoption by libraries before we can really use them in our apps. 9 + While I’m very excited about [RBS](https://github.com/ruby/rbs) and [Steep](https://github.com/soutaro/steep), I think we’ve still got a long way to go before they can be used in many applications. They will need significant adoption by libraries before we can really use them in our apps. 10 10 11 11 In the meantime, I think you can get a long way by adding lightweight type checking to public interfaces — initializers and attribute writers: models, operations, jobs, components, etc. That’s where Literals comes in. 12 12