From d436f487457834d4ffb8da6d3097c58c5d9b1ca7 Mon Sep 17 00:00:00 2001 From: Eric Mumford Date: Mon, 14 Oct 2024 23:12:45 -0400 Subject: [PATCH] Wordsmithing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4a5c4d3..974b3c4 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,8 @@ Inspired by the Agile Manifesto, TBD emphasizes: ## How Samstraumr Reduces Maintenance Costs +Every software product can be modeled in a Tube Based Design. By using the design templates and forcing yourself to think first, design first, test first, and then implement code and iterate, your mean time to deploy tested changes to production is reduced dramatically. And, its more fun to code and test! + While it may take longer initially to design and implement software using TBD, investing time upfront leads to significant long-term benefits. Samstraumr aims to: - **Reduce Complexity**: Focusing on one tube at a time simplifies coding and debugging.