CSS architecture?

stereobooster

stereobooster

Posted on April 12, 2020

CSS architecture?

Have you heard the term “CSS architecture”? You can search the internet for it, for example, there is the article by Philip Walton. I understand it as a set of best practices to make CSS scalable, e.g. some rules which allow you to write a lot of CSS before it becomes unmaintainable and collapses due to incidental complexity.

Let’s step back for a moment. What is CSS? CSS is a declarative language for layout and painting engine. Right?

Declarative languages

There are a lot of declarative languages, for example, SQL, YAML (as config), HTML (some people would argue this is not a programming language, but markup).

Have you heard about SQL architecture? There are database architects, but they not bothered with how to write big SQL queries, they rather working on the database itself, so it’s not the same.

Layout engines

There are a lot of layout engines, for example, flutter, subformapp, yoga, layoutkit, Render (see #layout-engine).

It seems they don’t have dedicated practices on how to write a lot of layout code. Maybe they don’t have the same requirements, maybe layout and visual presentation in their case can’t be separated from components.

🤔 Wondering

Did we, by any chance, gone too far with this CSS thing? Maybe it brings more incidental complexity in the long run than it solves essential complexity?

💖 💪 🙅 🚩
stereobooster
stereobooster

Posted on April 12, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Learn CSS Animation the Cool Way
programming Learn CSS Animation the Cool Way

December 19, 2022

Create a Glowing Button Animation with CSS
programming Create a Glowing Button Animation with CSS

September 27, 2022

CSS architecture?
programming CSS architecture?

April 12, 2020

CSS: bad parts
programming CSS: bad parts

April 11, 2020