From 4e54af533498a1c9c3c5332503cfbcb00d312aa4 Mon Sep 17 00:00:00 2001 From: eugenelim Date: Wed, 24 Feb 2021 11:31:01 -0600 Subject: [PATCH] Update README.md typo fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 159faaa..cd32b37 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Code Quality - Code Structure with Stereotypes -This repository contains three different microservices that host a single endpoint. Each endpoint is exactly the same - however the code is structured slightly differently +This repository contains three different microservices that host a single endpoint. Each endpoint is exactly the same - however the code is structured slightly differently. - - Single File - BAD code structure representing what a "make it work" looks like in extreme programming. Bair minimum effort to allow the server to perform the job + - Single File - BAD code structure representing what a "make it work" looks like in extreme programming. Bare minimum effort to allow the server to perform the job - Sock Drawers - BAD code structure representing code organized by sock drawers - where the file type dictates the folder structure - Functionality - GOOD code structure representing code organized by function or purpose. Code can be hierarchical and can provide growth @@ -9,5 +9,5 @@ This repository contains three different microservices that host a single endpoi - curl 'http://localhost:3000/?type=starships&num=9' - curl 'http://localhost:3000/?type=people&num=1' -# Repository Locatin +# Repository Location https://github.com/thomaswmanion/code-quality-tutorial