Services
Learn what services are in DDD and how they allow us to place logic that does not fit into any entity or value object.
We'll cover the following...
There may be instances where it is required to execute a particular logic. As was previously mentioned, entities and value objects can contain business logic. However, what happens if the particular logic does not fit into any entity or value object? The answer can be found in the functionality of a service.
What are services?
First of all, these objects are called domain services in the context of DDD. Services are objects that implement domain functionality, which ...
Access this course and 1400+ top-rated courses and projects.