Oliver Davies
5eba6de81a
This is a follow-up to commit 3be9031de8
as each daily email has a `permalink` value that overrides the default
content type permalink.
1 KiB
1 KiB
title | date | permalink | snippet | tags | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Reducing complexity makes contribution easier | 2024-02-03 | daily/2024/02/03/reducing-complexity-makes-contribution-easier | Keeping things simple makes it easier for others to contribute. |
|
This week, I spoke with Mark Conroy for an upcoming episode of the Beyond Blocks podcast.
We discussed his approach to removing front-end build tools from projects, including the LocalGov Drupal base theme.
Doing this removes dependencies such as Sass and tools like Webpack but also makes it easier for others to contribute as there's less to learn.
The barrier to entry is lower.
This is a big advantage in the open-source space and for companies and project teams.
Having simpler code and fewer tools makes it easier for others to understand and work on your codebase, making them productive sooner.