complexity
July 24, 2022•183 words
"Why is this system so complex?"
The most common answer to this is pretty simple. Building systems as a series of loosely-connected steps creates complexity. The often well-thought-out step implementations failed to consider their place in the overall system design. More times than not, this is a direct result of aggressive deadlines.
When working in these systems, it's essential to recognize the external influences that could have forced a shortcut delivery. Try to separate the implementation...
Read post