1. React
  2. dotJS
  3. 2018
  4. Learning to Love Type Systems

Learning to Love Type Systems

Sometimes, undefined is not a function. Get a better understanding of why type systems help you write better programs.

Lauren Tan at dotJS 2018

Sometimes, undefined is not a function. As mortal programmers, we ship bugs to production everyday. Bugs slow us down, frustrate our users, and cause us to have crises of confidence. Don't go alone–type systems in technologies such as TypeScript, Flow, and GraphQL can improve your confidence and help you ship less bugs. Lauren dives into the practical benefits you'll get from embracing types. You'll walk away with a better understanding of why type systems help you write better programs, and some functional programming tips you can use today.