What is domain logic?

后端 未结 9 1857
时光取名叫无心
时光取名叫无心 2021-01-30 09:03

What is domain logic? The Wikipedia page for domain logic redirects to business logic. Are they the same thing, and, if not, how do they differ?

9条回答
  •  Happy的楠姐
    2021-01-30 09:32

    The domain is what you are modelling.

    If you are modelling a business problem, they are the same thing.

    If you are modelling something else, physics for instance, there is probably no business logic in your system, but the physics parts are still domain logic.

提交回复
热议问题