oliverdavies.uk/source/_daily_emails/2024-09-21.md
2024-09-27 00:26:26 +01:00

1.4 KiB
Raw Permalink Blame History

title date permalink tags cta snippet drupal_planet
Drupal adopts ADRs 2024-09-21 daily/2024/09/21/drupal-adopts-adrs
software-development
drupal
php
~ Drupal's Experience Builder project adopts ADRs. true

Today I noticed that Drupal's Experience Builder project has adopted architectural decision records.

From the issue:

I proposed [...] to start adopting ADRs to document decisions that were made. Thatd allow us to stop rehashing past conversations and allow people to onboard with fewer meetings. … or so I think. Because I think that ADRs could be an excellent way to scale this project up to A) many people, B) many timezones.

I like this decision and have adopted and written about ADRs before.

I also like that the documents are stored as markdown files in the repository, alongside the code, making it easy for everyone to view or change.

As the work on Experience Builder continues, new contributors can read these documents and understand why previous decisions were made, which is extremely valuable.

I'm interested to see how ADRs work for the Experience Builder project and whether they're adopted more widely in other parts of the Drupal ecosystem.