Data oriented programming in Kotlin
- Track: Kotlin devroom
- Room: UB5.230
- Day: Saturday
- Start: 17:00
- End: 17:25
- Video only: ub5230
- Chat: Join the conversation!
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 |