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

This commit is contained in:
Yann Esposito (Yogsototh) 2021-03-14 13:20:56 +01:00
parent 40027e1033
commit 70612a8b7a
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -57,3 +57,6 @@ So while Elm imposed so structure of your program using static types to
prevent common coding mistakes and enforce a specific code structure. prevent common coding mistakes and enforce a specific code structure.
Elm did not constrain the file organisation, the number of buffers to Elm did not constrain the file organisation, the number of buffers to
send/receive events, the way they should talk/listen between each other. send/receive events, the way they should talk/listen between each other.
So Elm Architecture is a non enforced meta structure for your code application.
Unlike the underlying layer of architecture.