Author: galathaeagalathaea Date: Apr 16, 2008 22:59
it surprises me how often engineers confuse states with actions
i think this is the fundamental reification behind procedural statemess
and this mistake infects a lot of great projects with entropising debate
this error is the type of complexity growing belief that changes a simple state transition
o -------> o
to clever decompositions into state sequences
o -------> o -------> o -------> o -------> o -------> o
these clever motherfuckers see their steps and think
commit! commit!
bravely commiting each step a state transition
to databases
persistent files
and external protocols
marching along confidently
but the event handlers at each stage are not really considered
because it is still conceptually the handling of one event
so the alternative paths
(which have now multiplied with every added state)
are mentally excluded
|