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

This commit is contained in:
Yann Esposito (Yogsototh) 2021-03-14 13:29:57 +01:00
parent 7e8c525763
commit 42ac8ac863
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -83,3 +83,5 @@ But as the size of your code grow, it will become more and more prevalent
that a strict code organisation with perhaps more repetitions and a bit
more conventions implying more lines of code become preferable because it
minimise the risk of surprise between different part of the code.
Clearly, Elm Architure is selling compactness of your code for an easier to
read, discover and understand overall code architecture.