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

This commit is contained in:
Yann Esposito (Yogsototh) 2021-03-14 13:40:37 +01:00
parent b89b5caf24
commit 47d1c1a9a9
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -114,3 +114,7 @@ For example I would argue that the Purescript Halogen architecture is
probably strictly superior to the Elm Architecture.
Because it contains Elm Architecture but also contains a shortcut mechanism
which is entirely enforced via static types..
The "cost" of these shortcuts are quite limited because you are helped with
the types provided by the Halogen framework.
One big advantage is the ability to not pay the full price of the Elm
Architecture while moving a component.