Skip to content

jeroenvandevelde/data-oriented-programming-java-19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Oriented Programming in Java 19

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.
ⓒ Brian Goetz

When we're modeling complex entities, OO techniques have a lot to offer us. But when we're modeling simple services that process plain, ad-hoc data, the techniques of data-oriented programming may offer us a straighter path. ⓒ Brian Goetz

1. Optional

2. Web Result

3. Exercise Node

Java Features used

https://www.infoq.com/articles/data-oriented-programming-java/

About

Data Oriented Programming Java 19 Talk

Resources

Stars

Watchers

Forks

Languages