Skip to content

Instantly share code, notes, and snippets.

@fables-tales
Created June 23, 2014 14:23
Show Gist options
  • Save fables-tales/a7c3c4258d33e41bfd1d to your computer and use it in GitHub Desktop.
Save fables-tales/a7c3c4258d33e41bfd1d to your computer and use it in GitHub Desktop.

#The secret weapon in your refactoring toolbelt: Types

Types. Even saying the word makes most Rubyists run, screaming for their lives. Didn't we do away with all that public static void main nonsense a long time ago? Well yes. Yet: we shouldn't underestimate the importance of thinking about types. Even when building apps in ruby.

In this talk we'll cover:

  • Basic type theory as it applies to ruby
  • How to use types to improve our applications
  • What affects types have on our objects every day
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment