[DOP] Data Oriented Programming 이라...
데이터 오리엔티드 프로그래밍에 대해 공유한 내용이 있는데, 알아둘 필요가 있을 것 같아서 공유합니다.
현 시점에 알아두면 좋을만한 내용인 것 같습니다.
Data Oriented Programming in Java
Project Amber has brought a number of new features to Java in recent years. While each of these features are self-contained, they are also designed to work together. Specifically, records, sealed classes, and pattern matching work together to enable easier
www.infoq.com
데이터 오리엔티드 프로그래밍에 대해 온라인 영문으로 볼 수 있는 사이트가 있네요.
manning에서 확인을 해보면 구글 해석기 돌리면 대략 내용은 파악할 수 있습니다.
참고해 보시구요.
https://livebook.manning.com/book/data-oriented-programming/chapter-1/
1 Complexity of object-oriented programming · Data-Oriented Programming: Reduce software complexity
The tendency of OOP to increase system complexity · What makes OOP systems hard to understand · The cost of mixing code and data together into objects
livebook.manning.com