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

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

View file

@ -76,3 +76,9 @@ Not using the Elm Architecture paradigm put you at risk to end up in a
spaghetti code hell.
But of course there is a tension between code size/DRYness and easy to
understand code organisation/architecture.
If you have a short code base, DRYness could probably be preferable.
Because a bit of disorganisation and shortcuts will not be unbearable.
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