Design Pattern Toolkit

29 Apr 2021

Adding to the tool belt

You can’t go wrong with having extra tools in your tool belt. It allows you to have the resources you need to solve a variety of problems. Design patterns can be an important and useful tool to have in your tool belt in the programming world. So, what is design patterns anyway? Well, to put it into simpler terms, design patterns are solutions to recurring problems. They are “templates” or guidelines on how to solve specific problems. They are NOT, however, solutions to all your problems. Design patterns can be great if used correctly and under the right circumstance. However, design patterns should not be forced as it may cause more problems and unnecessary stress.

Design patterns for dummies

Listed below are simplified definitions of some of the most common design patterns:

Using the “tools” (design patterns)

I’ve recently been working on a web development project. My team members and I have incorporated a few different design patterns into our project thus far.

Design patterns are your friend… sometimes

From what i’ve heard, there are many people who don’t know what design patterns are. If you’re reading this, it means that you’re already one step ahead. I think that it’s important to be familiar with what design patterns are and how they are used, but not to focus too much on trying to implement every single design pattern you’ve ever heard of in hopes that it would improve your program. Again, design patterns can be very useful if used correctly in the correct circumstance. In fact, if you’re anything like me, you’d have used design patterns throughout your programming journey without even knowing!