Posts Design Pattern Secrets
Post
Cancel

Design Pattern Secrets

done I hope the series did not teach you anything…. well in someway. The goal of the series was never to “teach”, actually the goal is pretty similar to the original “Gang of Four” book, which was to list the Design Patterns used by the industry. The series aimed to show the different aspects of the Design patterns which is not commonly talked about. I think these aspects are very important before learning to the apply the Design Patterns. We as developers love to jump in right into the code, well for one thing it’s more fun. But as a “Profesional Developer” we need to understand that sample code is not enough, we need to consider the whole picture to better formulate an elegant, robust, and succint solution. By providing these “Secrets” I aim to show the other half of the picture so we can deeply understand what a Design Pattern really is and not naively implementing it.

Posts

  1. Creational
  2. Structural
  3. Behavioral

References

Search Results