journal/2021-06-06--13-43-12Z--service_oriented_programming.org

This commit is contained in:
Yann Esposito (Yogsototh) 2021-06-11 17:09:50 +02:00
parent 699fb2af38
commit ee6de572e6
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -23,6 +23,9 @@ From a high level perspective:
- =lib/= contain only pure functions (YES!)
- =services/= contain all services
**Important** every service can have at most ONE running instance.
This is probably the most controversial choice about this architecture.
The services directory will contain "sub-project"/"modules".
Every service should have the following structure: