Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Playing with Sorbet

Playing with Sorbet

A short presentation about how Sorbet could help your project

Luciano Sousa

September 12, 2019
Tweet

More Decks by Luciano Sousa

Other Decks in Programming

Transcript

  1. Why

  2. # typed: true class UserHelper extend T::Sig sig { params(name:

    String).returns(Integer) } def name_length(name) name.length end end