dci
DCI, trouble with concept of 'context' and what roles within know of each-other
I may just be missing a key concept here. I understand the \'dumb\' data objects. I also understand that roles are stateless collections of methods applied to a dumb object when it takes on that role.[详细]
2023-03-24 22:42 分类:问答DCI and Use Case Slices
In his book \"Aspect-Orie开发者_开发知识库nted Software Development with Use Cases\" Ivar Jacobson introduces \"use case slices\". It seems that DCI and use case slices are based on the same (or at le[详细]
2023-02-25 05:49 分类:问答DCI (data, context, interaction) persistence example
All the examples of DCI I\'ve seen seems to be based on the object as the ultimate holder of information, and 开发者_开发知识库the transaction boundaries are defined inside the methods.[详细]
2023-01-06 05:08 分类:问答What are possible designs for the DCI architecture?
What are possibles designs for implementation of the DCI (data, contexts, interactions) architecture in different OOP languages? I thought of Policy based design (Andrei Alexandrescu) for C++, DI and[详细]
2022-12-25 12:11 分类:问答C 语言指针的运算问题?
jason218 2022-06-28 07:53 想要在函数里面改变一级指针参数开发者_JAVA百科的指向,要使用二级指针[详细]
2022-12-16 17:25 分类:问答