From 838c3759a87c35bd6ce3c0060ba04e52e68af880 Mon Sep 17 00:00:00 2001 From: HS <24558802+h-s04@users.noreply.github.com> Date: Wed, 17 Aug 2022 23:19:30 +0800 Subject: [PATCH] Add design and implementation docs (#1536) --- .../102-devops/content/111-design-and-implementation.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/111-design-and-implementation.md b/content/roadmaps/102-devops/content/111-design-and-implementation.md index a28e10816..21a6cc83a 100644 --- a/content/roadmaps/102-devops/content/111-design-and-implementation.md +++ b/content/roadmaps/102-devops/content/111-design-and-implementation.md @@ -1 +1,6 @@ -# Design and implementation \ No newline at end of file +# Design and implementation + +Good design encompasses factors such as consistency and coherence in component design and deployment, maintainability to simplify administration and development, and reusability to allow components and subsystems to be used in other applications and in other scenarios. Decisions made during the design and implementation phase have a huge impact on the quality and the total cost of ownership of cloud hosted applications and services. + + +Design and implementation patterns