Statically typed Ruby - method signatures sometimes lie.
As you all remember, Matz, the creator of Ruby, announced an idea that Ruby 3.0 might be statically typed.
We may want it but it doesn’t mean when we have it, our code will be better. I try to explain potential issues in my recent article about function signatures that may apply to Ruby in the near future.
Post a comment