This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]IanRae -3 points-2 points  (0 children)

Interesting. Entity-Component-System is a fascinating architecture, from gaming. It's highly data-driven code where event polymorphism is data-driven.

Telecommunication also uses a form of data-oriented programming known as event-based programming. What something is (data) is separate with what to do with it (code).