Techniques to implement design patterns

One thing is describing recurring pattern, another is how to actually implement the pattern. You can think of these techniques as tutorials explaining the concrete steps involved in implementing a design pattern.

The two are equally important. Without the pattern, the technique has no direction. Without the technique, the pattern cannot be implemented.

Recently added techniques