Talks

Saving people from typos

http://rubykaigi.org/2015/presentations/yuki24

Whenever you make a typo on Google or a git … cmd, they’ll automagically correct it for you. It’s great, but have you ever wondered why programming languages don’t have such a cool feature? The next major version of Ruby will! The did_you_mean gem was built to add on a “Did you mean?” experience and Ruby 2.3 will ship with it.

So what does the whole story look like? How can you use it in your app or gem? How does it correct typos? What even is a typo?

Let's learn how to take advantage of this new feature in Ruby 2.3 and save ourselves from typos forever!

RubyKaigi 2015