Hacker News new | ask | show | jobs
by emmacharp 996 days ago
> CSS inevitably becomes a spaghetti soup of states after a while.

Not if you lint your CSS with rules preventing these kind of things. The same is true for maintainability. Stylelint is a great tool for that.