Post-Architecture: Premature Abstraction Is the Root of All Evil
What’s more, since data flows that are implemented with pure functions are relatively easy to manage, they largely avoid the need for more complex architecture to manage them. This is the ultimate spirit of Post-Architecture: To use simple, straight-forward tools to solve our problems so that we can not only postpone potentially risky architectural... See more
Arend van Beelen jr. • Post-Architecture: Premature Abstraction Is the Root of All Evil
I will, in fact, claim that the difference between a bad programmer and a good one is whether he considers his code or his data structures more important. Bad programmers worry about the code. Good programmers worry about data structures and their relationships.
Arend van Beelen jr. • Post-Architecture: Premature Abstraction Is the Root of All Evil
OO makes code understandable by encapsulating moving parts. FP makes code understandable by minimizing moving parts.