Hacker News new | ask | show | jobs
by dljsjr 1573 days ago
A lot of people also miss that in ECS, "System" is part of the "noun triple" and not a description of the first two nouns.

Put another way, there's a difference between an "Entity Component" architecture and an "Entity Component System" architecture. A lot of people read ECS as "A system made of entities and components" when it's actually "An architecture composed of Entities, Components, and the Systems that act on them".

1 comments

That's a nice succinct way of putting it!