conferences | speakers | series

Data oriented programming in Kotlin

home

Data oriented programming in Kotlin
FOSDEM 2023

Data-oriented programming encourages us to model data as (immutable) data, and keep the code that embodies the business logic of how we act on that data separately. This means stepping away from the traditional OO approach. In this talk I will go into what problems this solves, when to apply this pattern and how Kotlin’s data classes, sealed classes and powerful pattern matching can help you with this.

Speakers: Ties van de Ven