Comment Holy design problem, Batman! (Score 0, Troll) 404
Problem after problem was traced back to the use of global variables. Over time I'd eliminated a lot of them, but there's a lot left. It's hard to change how a function works if there's a back channel of globals passing state around. Globals break encapsulation, making code difficult to understand.
Sounds like it's time to refactor some code there Walt.
Sounds like it's time to refactor some code there Walt.