Brussels / 4 & 5 February 2023

schedule

Data oriented programming in Kotlin


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

Photo of Ties van de Ven Ties van de Ven

Links