Skip to content
Snippets Groups Projects
Commit c1d2ec56 authored by npedot's avatar npedot
Browse files

adds todo readme section

parent 53e066b9
No related branches found
No related tags found
No related merge requests found
......@@ -60,9 +60,17 @@ technology depenent packages
support/ where domain indipendent sherable implementation components lives.
scenario/ where usecases are applied to real technology dependent case.
## classes conventions
### classes conventions
* A UseCase will return allways a UseCaseResult.
* A UseCase will return always a UseCaseResult.
* A UseCase may use only domain, service, repository components.
* An Adapter ha always to implement a service or repository interface.
* A domain component has to depends on nothing.
## to do
* schema clone, builder, immutable
* schema pattern matcher
* schema variable extrator
* sql view generator
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment