Read more

Data, Context, and Interaction - Wikipedia, the free encyclopedia

Lexy
March 31, 2010Software engineer at makandra GmbH

Data, Context and Interaction (DCI) is a paradigm used in computer programming. The pattern separates the domain model (Data) from Use cases (Context) and Roles that objects play (Interaction). DCI is complementary to MVC. MVC as a pattern language is still used to separate the data and its processing from presentation.

Illustration book lover

Growing Rails Applications in Practice

Check out our e-book. Learn to structure large Ruby on Rails codebases with the tools you already know and love.

  • Introduce design conventions for controllers and user-facing models
  • Create a system for growth
  • Build applications to last
Read more Show archive.org snapshot
Posted by Lexy to makandra dev (2010-03-31 01:04)