From 8ba02ce1310d4bbef8f977a67c857576ca11c177 Mon Sep 17 00:00:00 2001 From: Aaron Ancheta Date: Thu, 30 Nov 2023 21:44:00 -1000 Subject: [PATCH] Update design-patterns.md --- essays/design-patterns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.