Singleton
- 1 minHow do you provide global variables in languages without global variables? You don’t. Your programs will thank you for taking the time about design instead.
Beck, in Test-Driven Development By Example. The best Singleton Pattern definition I have seen so far.