12 Jan
2015
12 Jan
'15
2:36 p.m.
On Mon, Jan 12, 2015 at 1:32 PM, Klaim - Joël Lamotte
On Mon, Jan 12, 2015 at 1:21 PM, Borislav Stanimirov
wrote: * EntityComponent - not great since it doesn't exactly follow the entity-component-system pattern, although it can be said that it allows
the
construction of entities from components.
As long as you consider that it is not implementing the ECS pattern, it shouldn't use this name indeed.
+1
If the `Mixin` name is 'bad' because it is used to describe something different in C++ then `EntityComponent` is 'bad' for the same reason