aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-12-22 12:28:04 -0500
committerBradley Taunt <bt@btxx.org>2024-12-22 12:28:04 -0500
commitec440f201ee8ddffbb12f9b40120fb5ffa796b40 (patch)
tree2c2d2ea287ef3c4a292515da19c05479b6829f35
parente6a2ae49823e23f1960107f344fd2d97a514188b (diff)
grammar mistake fix
-rw-r--r--posts/bare.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/bare.md b/posts/bare.md
index 3d710a1..4779381 100644
--- a/posts/bare.md
+++ b/posts/bare.md
@@ -14,7 +14,7 @@ But in most situations you should only deliver the *bare minimum*.
## Hypothetical Examples
-Everyone loves hypothetical, right? So here's one:
+Everyone loves hypothetical thought experiments, right? So here's one:
Jim is an engineer and works for "THE COMPANY". A client has requested a JSON file that contains all recent, Canadian buyers of their "PRODUCT ABC". Jim can handle this task no problem, but thinks it is a little short-sighted. Jim thinks to himself, "What if they want to check buyers from the US? What if they want a shorter or longer time frame?". So, Jim starts to build a *richer* experience for the user. He creates a private front-end UI, that gives the client the ability to select country, time-frame, along with buying / selling options, which can then be exported as JSON directly from the browser. It looks great and works flawlessly. Well done, Jim!