From the course: Software Architecture: Domain-Driven Design

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Demo: Contexts

Demo: Contexts

From the course: Software Architecture: Domain-Driven Design

Start my 1-month free trial

Demo: Contexts

- [Instructor] So now that we've handled the who, let us do a little bit more work here and start thinking about context. In other words, what context do things work in? So I'm just going to add context here on the same stickies that I've specified the entities on. The sales clerk, I believe, should be working within the order processing context. The cashier is working within, well, it would either be the store context. I think in this case it'll be the finance context, though. So let's do a context entirely for finance. Again, if I get this wrong, I can always change it. The shipping clerk or the sales clerk really is going to be working in the context, let's see. This is in the context of the store. The sales clerk is in the context of the store. The comptroller is definitely within the finance context. The shipping clerk, as compared to the sales clerk, definitely is working in the warehouse context. Moving up here, the…

Contents