TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Open-Source Project with ADR?

3 pointsby lapaz17about 4 years 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.

2 comments

gumatias88about 4 years ago
Another non-exact answer, though I thought I&#x27;d add some color of a different shade: ADR is a relatively recent concept that&#x27;s been making its way into organizations and becoming more mainstream that its &quot;grandfather&quot; - or in nicer terms, counterpart - RFC (Request For Comments).<p>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&#x27;s more spreadout online from what I can tell. It&#x27;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.<p>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.
msantosabout 4 years ago
I don&#x27;t have an exact answer to your question, but I&#x27;d suggest you try Gitlab&#x27;s advanced search, instead of Google.<p>And GitHub too for that matter - e.g. &quot;stars:&gt;100 forks:&gt;20 path:&#x2F;adr license:apache-2.0&quot; this will search for GitHub repos which have over 100 stars, over 20 forks, Apache 2.0 OSS licence, and a directory named &quot;adr&quot;