From e6220484f2b9e39cd2ffb5fa4fdee810ce6330dc Mon Sep 17 00:00:00 2001 From: Naman Bhalla Date: Sun, 12 Dec 2021 15:52:43 +0530 Subject: [PATCH] Fixed a typo --- scripts/dd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dd.md b/scripts/dd.md index da25b98..2971fd8 100644 --- a/scripts/dd.md +++ b/scripts/dd.md @@ -1,3 +1,3 @@ Create a **design document** of this system/feature stating all critical design decisions, tradeoffs, components, services, and communications. Also specify how your system handles at scale, and what will eventually become a chokepoint. -Do **not** create unnecessary components, just to make design look complicated. A good design is **always simple and elegant**. A good way to think about it is if you were to create a spearate process/machine/infra for each component and you will have to code it yourself, would you still do it? +Do **not** create unnecessary components, just to make design look complicated. A good design is **always simple and elegant**. A good way to think about it is if you were to create a separate process/machine/infra for each component and you will have to code it yourself, would you still do it?