DCI – Data, Context and Interaction – Successor to MVC?
Trygve makes a presentation of DCI in https://vimeo.com/8235394 DCI has been created to solve a problem in object orientation: it’s too difficult to review OO code. The code for one use-case in OO is typicall spread out between lots of classes. To understand how the code works, you must also know the relationships between objects … Read more