Summary
Execution Flows paradigm brings a lot of boilerplate code, that's for sure. But the value it brings to large projects is significant.
For example, tools like mypy
provide much more value when combined with static referencing.
Now imagine a large project with hundreds of flows, properties, and methods. Consider how much more robust the entire codebase becomes due to the static referencing.