Reduce System Complexity with Data-Oriented Programming
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore the principles of Data-Oriented Programming to reduce system complexity in this conference talk from GOTO Aarhus 2023. Learn how to separate code from data, represent data with generic structures, and embrace immutability to build more manageable information systems. Discover techniques for data validation without static types and understand how to apply these concepts in your preferred programming language. Gain insights into the history and practical implementation of Data-Oriented Programming, equipping yourself with tools to tackle complexity in back-end applications, web services, and front-end development.
Syllabus
Intro
What is complexity?
Information systems
Principles of data-oriented programming
What makes a software system complex?
Principle No 1: Separate code from data
Principle No 2: Represent data with generic data structures
Principle No 3: Do not mutate data
Immutability in practice
What about data validation?
History of data-oriented programming
Summary
Outro
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube