Monthly Archives: February 2016

Another way of thinking about global variables

(This is a computer programming topic.) The problem So “global variables” are bad, right? Well, yes. They suffer from initialisation order problems: if x is a global and f is a function which uses it, if f gets called before … Continue reading

Posted in Uncategorized | Leave a comment