RobloxComponentSystem
RobloxComponentSystem copied to clipboard
Use more accurate terminology
While this could technically be described as an ECS, and many people do, it's more accurate to say that this is an instance of the composite design pattern.
The documentation should at least mention the composite pattern, and the ways that this differs from a "true" ECS.