1 min readJul 27, 2020
Complexity is overrated . Unless you are writing mission critical software (few programmed nowadays do). Being declarative is much more important.
This leads to a lot of premature optimization.
if you DO have complexity problems when the code is ALREADY working you make a benchmark and find bottlenecks.