Code smells in CSS – CSS Wizardry – CSS, OOCSS, front-end architecture, performance and more, by Harry Roberts

Code smells in CSS – CSS Wizardry – CSS, OOCSS, front-end architecture, performance and more, by Harry Roberts. Reading this, I hang my head in shame as I recognize things I am guilty of. There are CSS tools like http://csslint.net/ which purport to automate helping you write better CSS. It’s easy to think that CSSLint is […]

Extend the Web Forward « Katz Got Your Tongue?

Browser implementers are often wary of providing extension points that can be performance footguns. The biggest footgun is using libraries that rewrite the entire stack in JavaScript, and whole-stack-rewriting strategies are the tactic du jour today. For performance, we have little to lose and much to gain by making extensions more granular. via Extend the […]