TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Open-Source Project with ADR?

3 点作者 lapaz17大约 4 年前
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 条评论

gumatias88大约 4 年前
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.
msantos大约 4 年前
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;