开发者

DDD: Domain Driven Design. What does the Domain mean in DDD?

开发者 https://www.devze.com 2023-01-22 16:33 出处:网络
What exactly does t开发者_JS百科he word domain mean in DDD?I keep reading the definition... and although i see things like the domain model and understand what model is - what does domain model mean?

What exactly does t开发者_JS百科he word domain mean in DDD? I keep reading the definition... and although i see things like the domain model and understand what model is - what does domain model mean?

What does domain actually mean?

Thanks


Domain refers to the topic your application addresses.

For example, if you are writing an online store, the Domain is online retailing, and the Domain Model is that part of the application that deals with the business logic of online retailing - as opposed to rendering UI, accessing databases, etc.

0

精彩评论

暂无评论...
验证码 换一张
取 消