An article about the increasing importance of data-oriented design within the context of C++.
Data-Oriented Design and Avoiding the C++ Object-Oriented Programming Zimmer Frame
by Leigh Johnston
From the article:
Object-oriented programming, OOP, or more importantly object-oriented design (OOD) has been the workhorse of software engineering for the past three decades but times are changing: data-oriented design is the new old kid on the block.
Add a Comment