Sessions
GOTO Aarhus 2023

Tuesday May 23
15:00 –
15:50
Rampen

Reduce System Complexity with Data-Oriented Programming



This video is also available in the GOTO Play video app! Download it to enjoy offline access to our conference videos while on the move.

Available in Google Play Store or Available in Apple App Store




Complexity is one of the main difficulties in the development of successful software systems. Modern programming languages and frameworks make it easy to develop and deploy our code quickly, but as the code base grows, complexity makes it challenging to add new features.

Data-Oriented programming is a paradigm that aims at reducing the complexity of information systems such as back-end applications, web services, web workers, and front-end applications by rethinking data.

Data-Oriented programming treats data as an immutable value that is manipulated by general-purpose functions. Moreover, data is validated à la carte.

In this talk, we illustrate the principles of Data-Oriented programming in the context of a software production system.

After attending this talk, you will be able to apply Data-Oriented programming principles in your preferred programming language and reduce the complexity of the systems you build.

Takeaways

  • Apply Data-Oriented Programming principles in your preferred programming language
  • Apply data validation techniques without using static types
  • Represent data with immutable data structures
  • Manipulate data with generic functions

Audience

Developers with 3+ years of experience in any programming language.

programming
data