@noelrap I like this poll.

I suspect peoples' experiences will depend a lot upon the depth of their experience writing (typeless) Ruby.

I agree with some of the responses that the main problems I see are unexpected Nil values, and I'm not sure a full-blown type system is necessary to make a dent in those.

1
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin
Noel Rappin

@soulcutter Yeah, nil values are the easiest kind of type issue to manage in Ruby, what I'm curious about is how often people get something where they say, "that was very hard to deal with in Ruby, but would have been very easy in, say, Java”

1
1y
Replies