Hacker News new | ask | show | jobs
by riffraff 4173 days ago
In http://martyjs.org/guides/flux/index.html it says

> thanks to action types being strings you have a loosely coupled Law of Demeter architecture which is easy to grow without increasing the complexity of the code base.

I don't see the connection between cause and effect, unless this is saying "since everything is in the global state there is no coupling". Seems odd.