Here are a few excerpts from my book about Data-Oriented Programming.
Enter your email address below to get stay up to date with Data-Oriented Programming.
- Data Oriented Programming: Table of Contents
- What is Data Oriented Programming?
- Principles of Data-Oriented Programming
- Separate code from data
- Represent data with generic data structures
- Data is immutable
- Separate data schema from data representation
- The complexity of Object Oriented Programming: Classic OO design
- The complexity of Object Oriented Programming: A bit of UML
- The complexity of Object Oriented Programming: What's wrong with you OO?
- The complexity of Object Oriented Programming: DO magic sauce
- The complexity of Object Oriented Programming: Imagine
- Applying Git and Optimistic Concurrency Control principles to Data Oriented Programming
- Computing the data diff between two hash maps