I really, really like ECS as design pattern. Having put it into practice has certainly changed how I approach coding.
Working on a project where the entire state is in memory has been a wonderful change, after a career of focusing on offloading data to SQL as fast as possible.
8 months ago