|
|
|
|
|
by rlupi
173 days ago
|
|
Rigidity in inputs lock down your system's evolution. The whole system need to evolve in lockstep if you need to change what the systems processes. In practice, you either end up with an enlarging monolith or introducing state evolution (either explicitly, or by adding incremental input types that the system processes and expanding its API surface). Beyond a certain inflection point of complexity, flexibility in introducing change becomes necessary. |
|