This commit is contained in:
carson 2021-06-23 07:44:41 -06:00
parent f8811989d5
commit 3a6e475673

View File

@ -44,7 +44,7 @@ In the latter, the behaviour of the `button` element is spread out amongst multi
exactly what the button does without a total knowledge of the code base. This "spooky action at a distance" is a source
of maintenance issues and stands in the way of developers understanding of the code base.
The first example demonstrates good Locality of Behavior, while the second has poor Locality of Behavior.
The htmx example demonstrates good Locality of Behavior, while the jQuery example has poor Locality of Behavior.
#### Surfacing Behaviour vs. Inlining Implementation