journal/2021-03-14--13-00-04Z--the_service_pattern.org

This commit is contained in:
Yann Esposito (Yogsototh) 2021-03-20 09:48:12 +01:00
parent 148616eee2
commit ae9fd264d7
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -126,4 +126,11 @@ Architecture while moving a component.
The service pattern should be easy to grasp with a few concrete examples.
Imagine you need to
Imagine you want to design an interface to manage your users.
The API you want to provide might be a very minimal CRUD-like one.
- =create-user=
- =read-user=
- =update-user=
- =delete-user=
- =search-users=