Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Multiple bounded contexts #

Pragya Keshap answered on February 12, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • bounded context
  • usecontext multiple provider
  • Bounded contexts and microservices #
  • Bounded Context

  • Multiple bounded contexts #

    0

    It would be conceivable to implement a domain model that comprises multiple bounded contexts. However, such a model would not be the easiest solution.

    For example, a price change affects search; however, it must not result in a price change for orders that have already been processed in payment. It is easier to store only the current price of a product in the bounded context search, and to store the price of the product of each order in payment, which can also comprise rebates and other complex logic.

    Therefore, the simplest design consists of multiple specialized domain models that are valid only in a certain context. Each domain model has its own model for business objects such as customers or products.

    Popularity 1/10 Helpfulness 1/10 Language typescript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 12 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.