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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Git Based SDLC

20 点作者 kown7超过 1 年前

3 条评论

rakoo超过 1 年前
I don&#x27;t think git should be the infrastructure of collaboration. It&#x27;s good for long-lived artifacts, but isn&#x27;t good for discussion, for rights management, ...<p>fossil (<a href="https:&#x2F;&#x2F;fossil-scm.org&#x2F;home&#x2F;doc&#x2F;trunk&#x2F;www&#x2F;index.wiki" rel="nofollow noreferrer">https:&#x2F;&#x2F;fossil-scm.org&#x2F;home&#x2F;doc&#x2F;trunk&#x2F;www&#x2F;index.wiki</a>) is of course better, but if git must remain, I believe the base infrastructure should be the mailing list. Patches, branches and releases can live inside a mailing list, it is naturally built for discussion with rights, and is a natural queue for third-party tools. I wish we moved away from centralized forges and started to use augmented development clients with the mailing list as the sole communication vector.
评论 #37465333 未加载
paulryanrogers超过 1 年前
&gt; [Confluence] It’s about the only collaborative WYSIWYG wiki out there.<p>!? Wikimedia and Notion, just off the top of my head. And Confluence was initially just textarea inputs, its early WYSIWYG was engagingly bad.
评论 #37465393 未加载
评论 #37466342 未加载
评论 #37462497 未加载
adr1an超过 1 年前
This may sound relatively off topic. But, in defense of my argument, please consider that GitHub was s actually the only SDLC available for git. Then came gitlab, gitea, forgejo, etc. Among those, this self-hostable tool is really outstanding: <a href="https:&#x2F;&#x2F;code.onedev.io&#x2F;onedev&#x2F;server&#x2F;~files&#x2F;main&#x2F;readme.md" rel="nofollow noreferrer">https:&#x2F;&#x2F;code.onedev.io&#x2F;onedev&#x2F;server&#x2F;~files&#x2F;main&#x2F;readme.md</a><p>Of course, having one of these apps that is yet-another-github with a local-first approach might turn to be great DX!
评论 #37473631 未加载