Skip to content

Commit

Permalink
Pretty happy with this. Just need to fill in the usage section.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcelhaney committed Aug 30, 2023
1 parent 830e188 commit 274e13c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -35,9 +35,9 @@ However, over the course of several years, I found ways to minimize the effort t
| Implementing a typical feature takes | days? weeks? | minutes |
| Can be gradually replaced with production code | - | yes |
| Running locally requires | runtime, database, etc. | node |
| Maintainable by front end devs | maybe? |
| Maintainable by front end devs | maybe? | yes |
| See code changes | after compile + restart / deploy | when you hit save |
| Change behavior without losing server-side state | wait, what? | yes (hot reload) |
| Change server-side code without losing state | wait, what? | yes (hot reload) |
| Interact with the server in a REPL | not likely | yes |
| Reproducing weird stuff that happened in prod | hard / impossible | easy |
| API response time | varies | immediate |
Expand Down Expand Up @@ -88,7 +88,7 @@ Using the Swagger Petstore as an example:
### In a few minutes

<details>
<summary>Enhance auto-generated mocking code with business logic and state. A few small changes can go transform your totally fake endpoint to a fully functional replica of the real one, or anything in between.</summary>
<summary>Enhance auto-generated mocking code with business logic and state. A few small changes can transform your totally fake endpoint to a fully functional replica of the real one, or anything in between.</summary>

</details>

Expand Down

0 comments on commit 274e13c

Please sign in to comment.