Monday 9 December 2013

Design patterns

Design patterns in software engineering are generic solutions to some commonly occurring problems encountered when creating software. They are incredibly useful tools for both communicating a solution to a problem to other developers and also for saving time solving problems that have already been solved in quite elegant ways. Learning the big design patterns is a also just a great way to improve your skills as a software developer.

Programmer using design pattern UML diagram

Find articles on several design patterns below, each have an explanation, usage examples, code examples and UML diagram where applicable.