Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# 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

## Sample Requests
- 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