Find Out If Your Design System Is Better Than Nothing

Bookmark

Building a design system is not enough. Your dev team has to prefer it over one-off components and third-party libraries. Otherwise, the whole effort is a waste of time. Learn how to use static code analysis to measure if your design system wins over the internal competition and data-driven ways to improve your position.

by



Transcription


design system is worthless if not used. design system is a tool, it's not enough to exist, it has to actively be used to make the product better or help deliver it faster. That's the only way for a design system to be valuable. Building a design system without getting sufficient adoption is a waste of time and effort. My name is Arseny, I'm a solution architect at Rangel Amsterdam. In this talk I will tell you how to measure the adoption of a design system based on a metric I set up recently for one of our clients. Conversation about metrics requires data. Showing you data from a corporate client is unfortunately not possible, so I found an open source substitute. I will use Grafana as an example. If you don't know, Grafana is a devops monitoring platform. It's an old and big project. It was rewritten from angular to react starting around 2018. It has an ecosystem of plugins and most importantly for this talk Grafana has a design system. It's called Grafana UI. In their storybook intro they say that they built it to get a shorter development cycle and a consistent user experience. These goals are in line with what you'd expect to find in a corporate design system. I want my products to look like my products and I want to build them faster. Let's take a look at how well Grafana UI is doing. On this chart we're tracking how a project and its ecosystem evolved and how they adopted a design system. Horizontal time scale is 5 years. Measurements are taken at weekly intervals. Vertical number is Grafana UI component usages. Usage is when a component is referenced in code. We'll discuss later what it means, but simplified it's when you mention a component in a JSX tag. For the sense of scale, last week at the right edge of the chart Grafana UI components were used more than 7,000 times across Grafana itself and 290 of its plugin code bases. What picture does this chart show you? The line goes up, number of usages grows consistently over time. Is this good for the design system? Does this mean a design system is getting continuously adopted? The answer is you don't know. The reason you don't know is competition. I'm an engineer, I can use a design system, I can use third-party libraries, or I can build my own components. Developers have a choice of how they build things. This is particularly true for the open source plugins in this analysis. If I build a plugin and host it on my own GitHub account, who can force me to use Grafana UI? The only option to affect my choice is to make a good design system and make it easy to use. Even if your product doesn't use any third-party libraries, in any project there are going to be Homebrew components. Homebrew are the low-level components implemented directly in the product code base. You build your own button, that's Homebrew. It's very important to focus on the low-level components, we're not looking to find every possible component usage, we're looking for the competition. ComponentOnline2 is not Homebrew because it's compositional, it only uses other components. Compositional components are expected in any code base and don't compete with the design system. ComponentOnline1 on the other hand is Homebrew, it uses lowercase JSX tag as opposed to capitalized one. That way we know it deals with raw markup. Because it deals with raw markup, we count it as Homebrew. Now that we know what we're looking at, let's add Homebrew to the chart. This is the same chart as before, same axis, same data, except with Homebrew usages added on top. I want to point out the scale once more, we're looking at combined 11,000 component usages at the right edge of the chart across 291 repo. Total shaded area is almost a million usages, though they're not unique since we're tracking code over time. What can you see on this chart? Gray area at the top representing Homebrew starts before red area representing Grafana UI. At first, there was no Grafana UI. Both lines are growing. While the UI is growing, so does Homebrew. The fact that the two lines are growing means that the project and the ecosystem are growing, they look healthy. The shapes look pretty similar, in particular over the last year. The bumps on these lines are features every significant change set adds a bump or a dip to the line because it means components are used more or removed from the code base. But notice that the shapes are not always mirroring each other, noticeably around the 721 mark. Lines not being similar means a component source mix is changing. Imagine you have two buckets, Homebrew and Grafana UI. You take components from both buckets and compose to make your feature. Buckets are your sources. How much you take from the buckets is your source mix. Source mix changing means you're taking more or less from one of the buckets than you did before. We can infer from this chart the two sets of factors affecting design system growth. How the project growth grows and how the design system itself is doing. To isolate a design system adoption from the project growth and other factors, we have to look at how the source mix changes over time. And this, in my opinion, is the single most important chart for a design system. This is a source mix changing over time. It's a proportion of Homebrew to Grafana UI usages. The size of a code base is not fixed, it grows and sometimes shrinks over time. But each feature has limited opportunities to use the components. Out of the set of competing components doing broadly the same thing, you're only going to use one in each case. This means choice of the component source is a zero-sum game. If you use a design system, you're not using Homebrew and vice versa. So the chart you're looking at shows displacement. It represents Grafana UI taking over the choices developers make when building things. More and more developers are choosing to use Grafana UI over Homebrew components. Some things you can notice about this chart. In the beginning, there was only Homebrew. Grafana UI did not yet exist. Then you see drastic jump when existing components are pulled into Grafana UI for the first time. The project was still small then, so this creates a big change in proportion. When you see a period of growth for a couple of years, and over the last year, displacement almost stopped. Grafana UI reached the limit of what people can do with it in its current state. The mirroring of the two lines that you've seen on the previous chart is almost perfect for the last year because the source mix did not change. Grafana UI reached a state where each new feature uses the same mix of a design system and Homebrew components, even if the components themselves are different. Why is this chart so much better than the previous ones? Source mix is independent of project growth, team size, level of investment, etc. You double the team size tomorrow, the chart remains valid. It removes any volatility due to features. The only changes are the source mix, nothing else. Basically, it shows team preference for the design system over the competition. Interestingly, it also accounts for availability. If I'd like to use a design system component, but I can't find it, I'm more likely to use Homebrew. For a business or a product, you might look at the market share. This chart is market share for a design system within the project. Is your design system better than nothing? If you do nothing, if you don't build the design system at all, the product will still exist. The features will still be built using other components. If your design system fails to displace the competition, the share it takes across the component usages will diminish over time from the starting positions. That way, the project grows faster than the design system gets adopted, and features don't use it much. If the design system is successfully displacing the competition, that's how you know it's doing well. Which brings me to the basic property of this metric. Up is good, down is bad. If the chart goes down for a while, something is wrong. If the chart goes up, keep doing what you're doing. Though it cannot go up forever. No matter what the coach says, you can't give more than 100%. Even if you do everything absolutely right, the line will go sideways at some point. What's an appropriate sideways level? For a general purpose design system, ideally, you should reach a level where there is no other Homebrew component except for Snowflakes. Snowflakes are those truly unique, one-of-a-kind Homebrew components. Imagine you're building a landing page for a million-dollar ad campaign. It's okay to have a bunch of unique components specifically for that situation. Having Snowflakes in the project is okay and probably unavoidable. If you only have Snowflakes among Homebrew components, you're doing a fantastic job. You might not reach that level. If you only did the very basics, don't expect the line to go too high. If your codebase has too much legacy, don't expect the line to go too high too fast either, because refactoring legacy is slow, so displacing legacy is slow. And the level you reach depends on goals. If you're focusing on a specific use case, for example, getting product images just right for e-commerce, then it's okay to not get too much adoption relative to all the Homebrew in the project. If you have a specific focus, you need to adjust your definition of the competition to get a meaningful metric. Remember that Homebrew definition so far was any component rendering raw markup. Usage share is a code-based metric. If it doesn't go as high as you want, you might be tempted to call out those pesky developers for meddling with the adoption success. That's not correct. design system requires governance, deciding what goes in and what doesn't. It requires a lot of collaboration between different people across the organization, designers, developers, and product owners. Lack of adoption might be caused at any point in the decision-making process. If a designer doesn't like the system, they will not incorporate it into the designs, so the developer won't use it either. This measurement sits at the tail end of the development process, so it's affected by all the choices involved in it. The analysis is still valid though, because in the end, software product is code, and the design system is shipped as part of it. For this analysis to be useful, it has to become a part of your governance process, and for that, it has to be cheap and repeatable. You should be able to run it every sprint to see how things change, to react, and to plan further work. Fortunately, we can automate it. Let's talk about grammar. Here's a famous example of gibberish. If I ask you to tell me what this statement is about, you should be able to say that it's about ideas doing something. You should be able to find the subject. Notice that the phrase is designed to have no meaning, yet we're able to make some judgments about it based purely on syntax. Surprise, computers can read code. In practical terms, it means code is formal, it has strict syntax. It has to be formal for the machines to run it. We can teach a computer to read code and find patterns in the structured statements. This is called static code analysis. Just like with Chomsky's nonsense, we don't have to run the code to figure out what it's doing, it's enough to look at code. You're probably already using tools that read the code programmatically. Your linter does static analysis to find issues without having to understand what your code is doing. Let's take a look at the syntax of a component. We've seen this code before. How exactly do we know that homebrew here is indeed a homebrew component? react component is a function returning JSX, or a class with a render function if you're old school. Both homebrew and not homebrew are components, they're both functions returning JSX. On top of that, homebrew mentions a lowercase tag. Let's reiterate, to detect a homebrew component we look for functions, in functions we look for lowercase JSX tags. If the function contains a lowercase tag, it's a homebrew component. Same for classes. When doing this analysis, we assume the code is valid, because it has to be correct to get shipped to production. If you're shipping invalid code to production, you've got bigger problems, and I can't help you. On top of that, we assume the code is sane. It's really hard to write a program that would analyze all possible javascript. The code you see also creates a react component. I don't think it's reasonable to try and parse code like this, because this code is not sane. Good thing that humans tend to not be able to read code like this very well either. If someone on your team is shipping this to production, you've got bigger problems, and I can't help you. I promised earlier to tell you what is a usage. Tag on line 2 references a button identifier defined on line 1. Such a reference is a usage of a button component. javascript is typically not as simple as that, so things can get a little bit more complicated. Indirect usage like this is still a usage of a button. We've taken a button, assigned it to another variable, and referenced that variable. This still counts. Take two files, one where you export the button, and one where you import it. There are multiple ways to import, including aliases, namespaces, or re-exports. Importing is extremely common, and we have to keep track of it. Usage of the button on line 6 should count. Notice that it's possible to track usage of a button starting from the import at line 5. We don't need to know what the button is, only that the package exports something called button and that thing later gets used. This way we can track usages of a design system imported as a package. You have a button, you put it into the object, and spread it into props. You have now passed the button as a render prop. It's still a usage of a button. We don't know what happened to the button inside the component, but we know that the button is likely to be used. Another common use case is higher order components. Notice that the button is used not when the higher order component is created on line 5, but when it's used on line 6 and 7. Every time the HOC is used, the original button component is also used. This code counts as two usages of the button. The reason I'm going through these cases, other than to show off the sophistication of my tracking tool, is to point out that usage in code is not a well-defined concept. For the machine, usage only exists at runtime. We're not analyzing for dead code, we're not figuring out how often something gets rendered for a user in the browser. If we're looking at the static code, we have to define what usage means based purely on the syntax. Given all the ways javascript can be written, that definition depends on what you consider usage. My definition is implemented in the tool that I'm using to collect data. It's called Radius Tracker, and I'll give you a link at the end. Now that you know how to detect homebrew and find usages, here's how to calculate the metric. Find homebrew components, find design system imports, collect usages of both, calculate the source mix proportion, and repeat for historical commits. I've used button as an example throughout this talk so far, but not all components are created equal. If you compare an abstract button and a date picker, you'll probably find that each use of a date picker is worth much more than the use of a button, because date picker is a bigger, more complicated component. For a more meaningful chart, you have to discount simpler components. This means adjusting the weights by component complexity. The charts you've seen before treat all components the same. For the client I mentioned in the beginning, we ignored all usages of components like box or typography, because those aren't valuable, even if significantly overrepresented in the code base. If you take one thing from this talk, build what is valuable for your team, and then measure the usage share percentage to see how much people prefer what you're doing over the internal competition. To run this analysis yourself, grab the radius tracker we wrote in Wrangle, it's open source and I suggest you check it out. Ask me for advice, and reach out to Wrangle for practical help. Thank you.
20 min
21 Jun, 2022

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

Workshops on related topic