Hacker News new | ask | show | jobs
by stonemetal 5466 days ago
Whenever I run across Data Oriented Programming it is almost always called Data Oriented Design. You focus on your data and what transformation it needs to undergo to become output. Noel's blog is probably the best source of information for that style of programming I have seen.

http://gamesfromwithin.com/data-oriented-design

1 comments

Thanks, that's an interesting article.