Methodologien

143 bookmarks
Newest
BEM and Maintainable CSS
BEM and Maintainable CSS
Maintaining CSS can be problem in large projects. Here are some notes to make the maintainance a breeze
·stackbuilders.com·
BEM and Maintainable CSS
Interview with Varya Stepanova -- To BEM or not to BEM
Interview with Varya Stepanova -- To BEM or not to BEM
“If you have to imagine this kind of pain, think about new versions of Bootstrap. And multiply it by 1000 due to the bigger size of the library and the amount of projects. These were the problems which BEM offered to solve.”
·didoo.net·
Interview with Varya Stepanova -- To BEM or not to BEM
Interview with Micah Godbolt -- To BEM or not to BEM
Interview with Micah Godbolt -- To BEM or not to BEM
“While I really like the flat selector approach that BEM defines, I prefer to not clutter my elements with a bunch of classes. My decision was then to use data attributes to apply my modifiers and contexts.”
·didoo.net·
Interview with Micah Godbolt -- To BEM or not to BEM
When u- means style= – Medium
When u- means style= – Medium
There are fashions in CSS usage, and I don’t always keep up with them. Structural markup like BEM block — element-modifier is currently…
·medium.com·
When u- means style= – Medium
BEM — Block Element Modifier
BEM — Block Element Modifier
BEM — Block Element Modifier is a methodology, that helps you to achieve reusable components and code sharing in the front-end.
·getbem.com·
BEM — Block Element Modifier
Functional CSS (FCSS) – Wealthfront Engineering Blog
Functional CSS (FCSS) – Wealthfront Engineering Blog
We’re big fans of functional programming at Wealthfront. Emphasizing immutability and functional style means fewer “surprises” because side-effects are limited or nonexistent. We can quickly build up large systems from discrete, focused components by way of composition. Applying such principles is straight forward in most languages, even if they’re not functional by definition, but the... Read more
·eng.wealthfront.com·
Functional CSS (FCSS) – Wealthfront Engineering Blog
Rationalizing Functional CSS | Marcelo Somers
Rationalizing Functional CSS | Marcelo Somers
It's fun writing beautifully architected CSS components, but the fact is, I won't always be there, and in the monolith model, the team will never stop writing CSS. Functional CSS is the idea that instead of writing big, monolith components in my CSS, I write small, single property, immutable classes that can be assembled into a larger component in HTML.
·marcelosomers.com·
Rationalizing Functional CSS | Marcelo Somers
Interview with Sam Thurman -- To BEM or not to BEM
Interview with Sam Thurman -- To BEM or not to BEM
“I have preached BEM, and I think it's a good solution to a lot of CSS semantic issues. But I think having a well documented naming scheme is more important than having a perfect one, and being dogmatic doesn't help anyone.”
·didoo.net·
Interview with Sam Thurman -- To BEM or not to BEM
Battling BEM (Extended Edition): 10 Common Problems And How To Avoid Them – Smashing Magazine
Battling BEM (Extended Edition): 10 Common Problems And How To Avoid Them – Smashing Magazine
Whether you’ve just discovered BEM or are an old hand (in web terms anyway!), you probably appreciate what a useful methodology it is. If you don’t know what BEM is, I suggest you read about it on the BEM website before continuing with this post, because I’ll be using terms that assume a basic understanding of this CSS methodology.
·smashingmagazine.com·
Battling BEM (Extended Edition): 10 Common Problems And How To Avoid Them – Smashing Magazine