Hi @mehmetozkaya,
First, thank you for the awesome Udemy course!
I'm learning a lot about C# and .NET, especially the architecture concepts you’ve introduced.
I have a quick question regarding the naming in the Basket module: I noticed that the entities are named ShoppingCart and ShoppingCartItem, including the fields and methods. Even though the context seems to revolve around a "Basket." Shouldn't this be named Basket and BasketItem
In Domain Driven Design, doesn’t this diverge from the idea of the Ubiquitous Language?
Where should the code consistently reflect domain terms?
Just curious about your reasoning here, appreciate your insights!
Thanks again!
Hi @mehmetozkaya,
First, thank you for the awesome Udemy course!
I'm learning a lot about C# and .NET, especially the architecture concepts you’ve introduced.
I have a quick question regarding the naming in the
Basketmodule: I noticed that the entities are namedShoppingCartandShoppingCartItem, including the fields and methods. Even though the context seems to revolve around a "Basket." Shouldn't this be namedBasketandBasketItemIn Domain Driven Design, doesn’t this diverge from the idea of the
Ubiquitous Language?Where should the code consistently reflect domain terms?
Just curious about your reasoning here, appreciate your insights!
Thanks again!