Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/koriym/MaDci
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Nov 20, 2017
2 parents 78e69b6 + 4ca136a commit 0f4ca81
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

[<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9b/RyoanJi-Dry_garden.jpg/640px-RyoanJi-Dry_garden.jpg">](http://folk.uio.no/trygver/assets/Context-Orientation-2017-05-14%20T%2017-31-19.mp4)

> The problem with object-oriented languages is they’ve got all this implicit environment that they carry around with them. You wanted a banana but what you got was a gorilla holding the banana and the entire jungle.
> The Japanese have a small word - ma - for "that which
is in between" - perhaps the nearest English equivalent is "interstitial".
The key in making great and growable systems is much more to design how its
modules communicate rather than what their internal properties and
behaviors should be.
>
> Joe Armstrong
> Alan Kay
## Run Demo

Expand All @@ -15,9 +19,9 @@ php example/run.php

## Link

* [DCI - Data Context Interaction](http://fulloo.info/)
* [DCI - Data Context Interaction](https://en.wikipedia.org/wiki/Data,_context_and_interaction)
* [FullOO Home Page](http://fulloo.info/)
* [Alan Kay On Messaging](http://wiki.c2.com/?AlanKayOnMessaging)
* [DCI in PHP](https://www.slideshare.net/HermanPeeren/dci-in-php)
* [Beyond MVC(JA)](http://phpmentors.jp/post/69076928673/beyond-mvc)
* [Why isn't it DCI if you use a wrapper object to represent the Role?](http://fulloo.info/doku.php?id=why_isn_t_it_dci_if_you_use_a_wrapper_object_to_represent_the_role)
* [DCI Role Injection in Ruby](http://mikepackdev.com/blog_posts/26-dci-role-injection-in-ruby)
* [Beyond MVC (JA)](http://phpmentors.jp/post/69076928673/beyond-mvc)

0 comments on commit 0f4ca81

Please sign in to comment.