This commit is contained in:
Carson Gross 2024-01-17 12:19:25 -07:00
parent 3da8cfbe10
commit 5d9c265eb4

View File

@ -20,7 +20,7 @@ disentangle your "churny" web application API endpoints that return HTML from yo
stable, regular & expressive JSON Data API.
In looking back at conversations I've had around this idea with people, I think that I have been assuming familiarity
with a pattern that, perhaps, many people are as deeply familiar with as I am: the
with a pattern that many people are not as familiar with as I am: the
[Model/View/Controller](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller) (MVC)
pattern.