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

This commit is contained in:
Yann Esposito (Yogsototh) 2021-06-06 14:12:31 +02:00
parent 013e07437f
commit 0e550536cb
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -30,3 +30,6 @@ Every service should have the following structure:
- =test/=
+ =service_test= the service test
+ =core_test= the tests for pure functions
A service should be considered as a function returning a record of functions.