From 944704406ccc05a3a2048f5fe5b4d5e0cfda5e2e Mon Sep 17 00:00:00 2001 From: Claudio Fritsche Date: Thu, 16 Jan 2025 19:22:35 +0100 Subject: [PATCH] vault backup: 2025-01-16 19:22:35 --- 5 Media/8 Courses/Design Patterns by Construx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5 Media/8 Courses/Design Patterns by Construx.md b/5 Media/8 Courses/Design Patterns by Construx.md index e997af9..3e07196 100644 --- a/5 Media/8 Courses/Design Patterns by Construx.md +++ b/5 Media/8 Courses/Design Patterns by Construx.md @@ -129,7 +129,7 @@ a.b().c() breaks the law --> violates coupling a.b() doesn't break the law ### Design to Invariants, Design -Product Families: attack different target markets with different value propositions with the same base platform: (pickup truck and suv example. For ford it's the same car (slight difference in )) +Product Families: attack different target markets with different value propositions with the same base platform: (pickup truck and suv example. For ford it's the same car (slight difference in build but 95% the s)) --- ## Exercises