Posts Tagged ‘code’
-
05 Mar, 2023
Clever Code Considered Harmful
Clever Code Considered Harmful is a great read. When it comes to day-to-day production code, here’s the barometer I like to use: will a junior developer, someone at the very start of their career, struggle to understand this code? In […]
-
21 Jan, 2022
Atomic Design and Storybook
I had the honor to be the first guest on Storybook‘s new Storytime show with the great Michael Chan (aka @chantastic). We talked about the history of atomic design and the rise of the modern JS landscape, how directly-consumable UI […]
-
03 Jan, 2022
A Small Guide for Naming Stuff in Front-end Code – Frank M Taylor
This post is a fantastic breakdown of naming things in front-end code. Many of the specifics he outlines are things we adhere to in our own work, but ultimately any one of these conventions can be handled differently. With that […]
-
02 Mar, 2020
Rolling Code Standards
Well-documented code guidelines and standards are absolutely critical for creating consistent, cohesive code together. Especially in the context of creating a design system’s component library, it’s crucial to establish consistent API and code conventions to create an excellent user developers’ […]
-
15 Jan, 2020
Goodbye, Clean Code
Good read about letting “clean code” go. As the years go by, I increasingly err on the side of legibility over cleanliness. Sure, things could likely be tightened up, but does it really matter? If the code works, then there’s […]
-
18 Nov, 2014
Style Guides
It’s becoming increasingly necessary to be consistent and cohesive across an ever-growing number of media channels. As it turns out, that’s no easy task. That’s why organizations, companies, and brands are turning to style guides to establish sound footing in […]
-
06 Oct, 2013
Bento Box
Where to go to learn how to code, neatly organized. Wonderful work by @jonhmchan.