能力强的人善于解决问题,有智慧的人善于绕过问题。 区别很微妙,小心谨慎做后者。
全部博文(399)
发布时间:2015-06-08 14:30:40
Command-Query Responsibility SegregationTo understand CQRS, let’s first talk about the object pattern Command-Query Separation (CQS).CQS at an object level means:If a method mutates the state of the object, it is a command, and it must not return a value.If th.........【阅读全文】
发布时间:2015-05-10 18:05:04
来自官网 http://dddsample.sourceforge.net/architecture.htmlArchitectureThe sample application is layered as illustrated by this picture:There are three vertical layers: Interfaces, Application and Domain, each supported by different kinds of infrastructure..........【阅读全文】