返回 2026-05-17
⚙️ 工程

Julia Evans:十年经验教会我认真对待 CSSQuoting Julia Evans

simonwillison.net·2026-05-16 节选正文

Julia Evans 分享了她过去十年间对 CSS 态度的转变:从认为‘CSS 很难’到真正欣赏并尊重这门技术。她指出许多曾被抱怨的问题(如居中布局)其实已有成熟解决方案,关键在于深入学习和掌握现代 CSS 特性。她的经历表明,正视而非回避技术挑战能极大提升开发体验。

Simon Willison

16th May 2026

[...] in the last 10 years I’ve learned to really love and respect CSS as a technology. So I decided years ago that I wanted to react to “CSS is hard” by getting better at CSS and taking it seriously as a technology, instead of devaluing it. Doing that changed everything for me: I learned that so many of my frustrations (“centering is impossible”) had been addressed in CSS a long time ago, and that also what “centering” means is not always straightforward and it makes sense that there are many ways to do it. CSS is hard because it’s solving a hard problem!

— Julia Evans, Moving away from Tailwind, and learning to structure my CSS

需要完整排版与评论请前往来源站点阅读。