What is domain logic?

后端 未结 9 1752
时光取名叫无心
时光取名叫无心 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条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-30 09:11

    • Business logic is concerned with coordinating valid interactions between view and model (ui and data).
    • Domain Logic is about keeping an internally consistent model representation on both sides of the app (client and server).

提交回复
热议问题