the importance of design patterns
Thursday, March 18th, 2010Once you get a grasp of object-oriented programming you will find yourself faced with the challenge of trying to create good classes. What are good classes? They obey the principles of object-oriented design: 1) has a single purpose 2) is a blackbox (ie it has interface you can use but you do not know how [...]


