Month: November 2009

  • Singleton Pattern introduction

    Staying on the course of my tutorial kick I’m now moving to the Singleton pattern. Understanding this pattern will help later in understanding patterns such as the Factory Pattern which I will be discussing later. Another pattern, or rather anti-pattern according to some, is called the Singleton Pattern. The Singleton pattern, as the name implies, […]

  • MVC (Model-View-Controller) introduction simplified

    It recently came to my attention that while working alone I have lost a bit of the ability to explain programming patterns. It’s not that I’ve forgotten about them, as I use variations of them in everyday work, but I’ve just lost touch with the ability to easily explain the workings of them. So what […]