A sample application illustrating the Data Context Interaction paradigm (in Ruby)
Ruby
153
132 commits
updated Oct 6, 2021
DCI (Data Context Interaction) is a new way to look at object-oriented programming. Instead of focusing on individual objects, the DCI paradigm focuses on communication between objects and makes it explicit. It improves the readability of the code, which helps programmers to reason about their programs.
I'd been reading blogs posts and watching talks about DCI for a long time and I felt that it's time to try it out. I found that most material related to DCI is theoretical. There were a few books, a dozen of blog posts, and several presentations that could give you a good picture of what DCI is. However, I could not find any "real world" examples of actually using it. That's why I decided to write a simple application showing how to implement DCI in Ruby.
Like the following projects:
DDDSample. This is a how-to example of implementing a typical DDD application.
The Silverlight Cookbook. A reference application for Silverlight 5 LOB apps.
The application is a Rails project. There are a few reasons for it:
The application has been developed by Victor Savkin and Rinaldi Fonseca.
111 commits
21 commits
Ruby
97.7%
JavaScript
2.1%
A sample application illustrating the Data Context Interaction paradigm (in Ruby)
Ruby
153
132 commits
updated Oct 6, 2021
DCI (Data Context Interaction) is a new way to look at object-oriented programming. Instead of focusing on individual objects, the DCI paradigm focuses on communication between objects and makes it explicit. It improves the readability of the code, which helps programmers to reason about their programs.
I'd been reading blogs posts and watching talks about DCI for a long time and I felt that it's time to try it out. I found that most material related to DCI is theoretical. There were a few books, a dozen of blog posts, and several presentations that could give you a good picture of what DCI is. However, I could not find any "real world" examples of actually using it. That's why I decided to write a simple application showing how to implement DCI in Ruby.
Like the following projects:
DDDSample. This is a how-to example of implementing a typical DDD application.
The Silverlight Cookbook. A reference application for Silverlight 5 LOB apps.
The application is a Rails project. There are a few reasons for it:
The application has been developed by Victor Savkin and Rinaldi Fonseca.
111 commits
21 commits
Ruby
97.7%
JavaScript
2.1%