From 167801eeef2f3fc406f96c93934009a379f2930f Mon Sep 17 00:00:00 2001 From: GPortas Date: Fri, 26 Jan 2024 12:42:12 +0000 Subject: [PATCH] Added: DDD link --- docs/useCases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/useCases.md b/docs/useCases.md index fae3c1eb..7b4f33b0 100644 --- a/docs/useCases.md +++ b/docs/useCases.md @@ -1,6 +1,6 @@ # Use Cases -In the context of Domain-Driven Design (DDD), a use case is a specific way to describe and capture a user's or system's interaction with the domain to achieve a particular goal. +In the context of [Domain-Driven Design (DDD)](https://martinfowler.com/bliki/DomainDrivenDesign.html), a use case is a specific way to describe and capture a user's or system's interaction with the domain to achieve a particular goal. This package exposes the functionality in the form of use cases, with the main goal that any package consumer can easily identify the desired functionality.