diff --git a/essays/design-patterns.md b/essays/design-patterns.md index 2379c0b..faa767b 100644 --- a/essays/design-patterns.md +++ b/essays/design-patterns.md @@ -11,7 +11,7 @@ labels: --- ## Design Patterns? -ai +ai In the realm of software development, design patterns act as guiding principles, offering a structured approach to solving common problems. When we discuss design patterns, we're essentially exploring the best ways to compose code—similar to how a chef blends ingredients for a delicious dish. In this context, let's dive into the world of Model-View-Controller (MVC), a practical approach that I've found immensely useful in my role as a front-end developer for our final project.