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

This commit is contained in:
Yann Esposito (Yogsototh) 2021-03-14 13:35:44 +01:00
parent bbfca0df78
commit 55cca78ab9
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -96,3 +96,9 @@ Typically we had:
- MTL
- RIO
- Free Monads (Effects)
After this first short introduction I hope it is clear that, it will be
quite impossible to discover a "best code architecture".
There are multiple code architecture and the bigger your code the more
constraint you must probably put in your code which will make a lot of code
look cumbersome from people used to smaller code size.