Hacker News new | ask | show | jobs
by MatthewPhillips 5051 days ago
I'd much rather have clean, reusable HTML. CSS you can use preprocessors to abstract away the messiness.
1 comments

Aren't you using templates and macros for HTML already?
Changing how the HTML macros expand likely ends up requiring CSS changes (in practice, though not necessarily in a theoretically-ideal code base). One change in two places, vs one change in one place.
No, I typically write entirely client side applications.
Any reading recommendations for someone who isn't?