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

This commit is contained in:
Yann Esposito (Yogsototh) 2021-03-20 10:06:40 +01:00
parent be6cf56a4a
commit 3d03992849
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -151,3 +151,7 @@ Using this design you could declare an unordered list of components that
your application need to launch and you could potentially only enable part
of them you just need to take care that every enabled component also have
every of its sub-component enabled.
This look easy, but I dare you to achive this in Haskell.
Because it relies a lot on runtime properties.
This is frustrating as we feel we could put a lot of static informations.