mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 07:21:05 +00:00
typo
This commit is contained in:
parent
1cb4df7c3e
commit
916c073b0b
@ -64,7 +64,7 @@ are:
|
|||||||
|
|
||||||
* [DRY - Don't Repeat Yourself](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself)
|
* [DRY - Don't Repeat Yourself](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself)
|
||||||
|
|
||||||
Software developers typically strive to avoid redundancy in their code or data. This as come to be called "Staying DRY",
|
Software developers typically strive to avoid redundancy in their code or data. This has come to be called "Staying DRY",
|
||||||
i.e. Don't Repeat Yourself. Like other software design principles this, on its own, is a good thing. htmx, for example,
|
i.e. Don't Repeat Yourself. Like other software design principles this, on its own, is a good thing. htmx, for example,
|
||||||
allows you to place many attributes on parent elements in a DOM and avoid repeating these attributes on children. This is a
|
allows you to place many attributes on parent elements in a DOM and avoid repeating these attributes on children. This is a
|
||||||
violation of LoB, in favor of DRY, and such tradeoffs need to be made judiciously by developers.
|
violation of LoB, in favor of DRY, and such tradeoffs need to be made judiciously by developers.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user