
👎 loops
Every seasoned engineers know this is a bad idea - if your goal is to build large complex systems. 😳😱
Diogo Almeida@CompleteSkeptic
loops should be renamed to GOTO statements - everything is global state (no scoping / isolation) - anything can happen at any time (impossible to reason about where you are in an execution + debug) - constraints are loose guidelines (rather than programmatic guarantees)
English














