Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ciscoheat/coffee-dci

Experimenting with DCI for Coffeescript and/or Javascript
https://github.com/ciscoheat/coffee-dci

Last synced: 15 days ago
JSON representation

Experimenting with DCI for Coffeescript and/or Javascript

Awesome Lists containing this project

README

        

Coffee-DCI is an attempt to create a DCI library for coffee/javascript. The conclusion is that it has problems with deferred/promises, making it unsuitable for anything but experimenting.

For more information about DCI, please see [this very descriptive document](http://www.artima.com/articles/dci_vision.html), [DCI questions on Stackoverflow](http://stackoverflow.com/questions/tagged/dci) or the [object-composition](https://groups.google.com/forum/?fromgroups#!forum/object-composition) group for detailed discussions. For a specific C# implementation, see [this blog post](http://horsdal.blogspot.se/2009/05/dci-in-c.html).

Note that you need only the contents of the "src" folder to use coffee-dci. The Visual Studio project is only there because I'm using [Web Workbench](http://www.mindscapehq.com/products/web-workbench) to get auto-compilation of Coffeescript.