←back to thread

511 points mootrichard | 1 comments | | HN request time: 0s | source
Show context
castwide ◴[] No.23993524[source]
I'm still trying to make sense of this announcement. With a lack of type annotation in the Ruby core, I chose to build off YARD to make gradual type safety work. Now I don't know if there will be a standard that supports type safety or if I should continue down the path I'm already following. Help me, Ruby core developers. You're my only hope.

(edit: I should have explained that I'm talking about the type checking features I'm developing in Solargraph: https://solargraph.org/guides/type-checking)

replies(3): >>23994902 #>>23994992 #>>23995631 #
1. d3nj4l ◴[] No.23994902[source]
Personally, I think you should keep using YARD, because people are bound to be using Ruby <3.0 for a while. As an aside, thanks for solargraph! I can't recommend it enough.