From 18da3aa60cef25a05bc435ec97acb4177be7bb30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Mon, 6 May 2019 11:28:30 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e011e7f..105e2d4 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,8 @@ _Svelto.ECS wasn't born just from the needs of a large team, but also as result * http://www.sebaslab.com/learning-svelto-ecs-by-example-the-vanilla-example/ * http://www.sebaslab.com/svelto-ecs-svelto-tasks-to-write-data-oriented-cache-friendly-multi-threaded-code-in-unity/ -**Theory related articles (please read them to understand why I think ECS is great to write maintainable code):** +**Theory related articles (in order of publishing date):** -* http://www.sebaslab.com/the-quest-for-maintainable-code-and-the-path-to-ecs/ * http://www.sebaslab.com/ioc-container-for-unity3d-part-1/ * http://www.sebaslab.com/ioc-container-for-unity3d-part-2/ * http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-i-dependency-injection/ @@ -35,6 +34,7 @@ _Svelto.ECS wasn't born just from the needs of a large team, but also as result * http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-iii-entity-component-systems/ * http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-iv-dependency-inversion-principle/ * http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-v-drifting-away-from-ioc-containers/ +* http://www.sebaslab.com/the-quest-for-maintainable-code-and-the-path-to-ecs/ Note: I included the IoC articles just to show how I shifted over the years from using an IoC container to use an ECS framework and the rationale behind its adoption.