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

This commit is contained in:
Yann Esposito (Yogsototh) 2021-07-08 14:06:18 +02:00
parent 668474dfc8
commit 19dc8b0a03
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -57,6 +57,7 @@ The component will form an acyclic graph of dependencies.
Principles:
A service contain an internal state.
Every service has at most single instance for the entire Application.
Every method of the service can access this internal state.
No OOP is needed, only functions.