quirksmode.org
DRY: Do Repeat Yourself
quirksmode.org
5 min read · 2020-02-07 · I am increasingly of the opinion that the general software engineering adage “Don’t Repeat Yourself” does not always apply to web development. Also, I found that web development classes in CS academia…
HackerNoon
This is not the DRY you are looking for
HackerNoon
3 min read · 18 saves · From 2018 · Something went terribly wrong. We took an insightful principle about knowledge management and turned it into code nonsense.
thevaluable.dev
The DRY Principle: Benefits and Costs with Examples
thevaluable.dev
9 min read · 2019-11-13 · Matthieu Cneude · The DRY principle (Don't Repeat Yourself) is easy to understand but difficult to apply. Should we never repeat our code? What was the true purpose of the principle's authors? Let's decipher what…
medium.com
BEMantic: DRY Like You Mean It — Medium
medium.com
9 min read · 17 saves · From 2016 · Tim Baxter’s recent A List Apart article, Meaningful CSS: Style Like You Mean It, has once again re-ignited the debate that front-end…