This component I came up with already exists. Let me have a quick look in git and see who created it… Ah, it was Isabella Developer #1 Lucrecia
Slide 38
Hey, Isabella, is there a reason why this component is called “block”? Developer #1 Lucrecia
Slide 39
Ah yeh, this very important reason. How about you call that component “box” instead? Developer #2 Isabella
Slide 40
That’s a great idea. Thanks! Developer #1 Lucrecia
Slide 41
Soft Skills Core Skills
Slide 42
Document everything
Slide 43
https://design.bulb.co.uk
Slide 44
One of my favourite details in @bulbenergy’s new pattern library – research insights that explain rationale behind some of the patterns, based on user research. Alla Kholmatova - @craftui
CSS .card { /* When this card is used in the legacy app, there is a collision between existing styles, so unfortunately we had to go nuclear. It’s certainly a refactor target. */ }
background-color: #ffffff !important;
Slide 47
Good written communication can prevent unnecessary collisions
BETWEEN PEOPLE which can in turn, prevent expensive tech debt created by tools
Utility I’m a card m8s I appear in every design system that ever existed. I’m a button
.weight-bold
Slide 60
Token Also a utility I’m a card m8s I appear in every design system that ever existed. I’m a button
.font-brand .text-600
Slide 61
Design Tokens are the visual atoms of the design system – specifically, they are named entities that store visual design attributes. We use them in place of hard–coded values in order to maintain a scalable and consistent visual system.
Jina Anne - @jina
Slide 62
Token Also a utility I’m a card m8s I appear in every design system that ever existed. I’m a button
.font-brand .text-600
Slide 63
https://andy-bell.design/styleguide/
Slide 64
Block I’m a card m8s I appear in every design system that ever existed. I’m a button
.card
Slide 65
Elements I’m a card m8s I appear in every design system that ever existed. I’m a button
.card__image .card__body
Slide 66
Elements I’m a card m8s I appear in every design system that ever existed. I’m a button
.image .body
Slide 67
Elements I’m a card m8s I appear in every design system that ever existed. I’m a button
h3 p