The command pattern places an method call into a object. They are the “object-oriented replacement for callbacks.” This crystallizes the… Read more Programming Pattern: Command
Category: Programming Patterns
Singletons, Statics, and the Assumptions We Make
The Singleton Pattern If you crack open Design Patterns Elements of Reusable Object-Oriented Software, you will find the following intent… Read more Singletons, Statics, and the Assumptions We Make
Building a Modular Character Controller: State and Interfaces
I love building character controllers. I love doing the vector math. I love testing and tweaking until everything feels super… Read more Building a Modular Character Controller: State and Interfaces