Wednesday 

Room 3 

13:40 - 14:40 

(UTC+02

Talk (60 min)

Types Are Worth the Typing

Types are fantastic!

Programming Languages
DDD
Functional Programming

This is hardly a hot take - many programmers prefer working in typed languages. But the best part? Types can do much more than most of us realize - catching bugs at compile-time is just the tip of the iceberg.

I didn't realize how powerful types truly were until I spent some time in Haskell. When I got back into TypeScript, it turned out I could keep using almost everything I'd learned.

Functional languages offer unique ways of working with types, and most modern languages let you tap into these powers without forcing you into obscure patterns.

You will learn how to:
- Think of types as sets of values.
- Model business domains with surgical precision
- Make incorrect code impossible, eliminate unit tests, and reduce the need for documentation.
- Apply practical type-driven design patterns (ADTs, branded primitives, smart constructors...).

This talk presents a fresh perspective on type systems through a familiar language. The examples are in TypeScript, but the advice is general.

Filip Sodic

Hi, I'm Filip! I'm a founding engineer and a core maintainer at Wasp, an open-source web framework. I'm also a big fan of the web, compilers, and functional programming.

I believe in learning and using a language to its full potential, regardless of whether I'm talking to a computer or with another human.

When not working on Wasp, I teach Haskell and functional programming at a local university.