Posts Tagged
#designpatterns

Episode 73: Design Patterns: Singleton
Hello, Debuggers. In today’s episode, we continue our series about design patterns with one of the most polemic design patterns of all, Singleton. We explain when you might want to use a Singleton, we go over the definition of this design pattern, we talk about two very common definitions, and

Episode 69: Design Patterns: State
In today’s episode we talk about design patterns in game development, specifically, the State pattern. This is going to be an episode mostly oriented to developers, but it is an important part of our effort to bring good programming practices to other devs. We explain the basics of what a