|
|
|
Ask HN: Open-Source Project with ADR?
|
|
3 points
by lapaz17
1931 days ago
|
|
Hi, I want to learn how an open source project with good code quality evolved over time by tracking down ADR(Architectural Decision Records)(or something similar). Is there any? I think my googling skills were short this time. Thanks in advance. |
|
RFCs is another type of technical decision making documentation that has been popular for decades now, and can probably be found more widely as it's more spreadout online from what I can tell. It's worth pointing out that RFCs are less easier to locate it next to specific implementations, since it focuses heavily on a more abstract type of standardization and specification document, and lives further away from the code than ADRs for example.
All of that to say if the intent is to track down code historial evolution, some types of RFCs out there _might_ help shed some facet of the light you may be looking for.