From c1d2ec560a9654f12cf4a85587f6ab74ea2d1cb1 Mon Sep 17 00:00:00 2001 From: npedot <nicola.pedot@gmail.com> Date: Wed, 15 Jan 2020 12:43:42 +0100 Subject: [PATCH] adds todo readme section --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce37a47..5f18680 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab