ECS(entity component system)の話題の引用
"The benefits however can sometimes be profound. Once you're really into it, you can see how your codebase goes from being this interconnected maze of handlers and managers and singletons, to being independent systems cooperating with one another. I can have a system do one thing and one thing only, and that makes them a lot smaller and a lot simpler to write."
ECS(entity component system)の話だけどこれはたしかにそうだなという感想になりつつある
"一度本当に使い込んでみると、コードベースがハンドラー、マネージャー、シングルトンの相互接続された迷路から、互いに連携する独立したシステムへと変化していくのがわかります。1 つのシステムに 1 つのことだけを実行させることができ、それによってシステムはずっと小さくなり、記述もずっと簡単になります。"
https://fedibird.com/@pokarim/113513556578274472 [参照]