原文整理页

swyx 探讨了代码库的未来,质疑 Git 是否会步 PR 和代码审查的后尘而消亡,并提议转向类似 Notion 的数据库协作模式

来源作者:swyx (@swyx)原始来源:https://x.com/swyx/status/2065559864559145420

中文导读

swyx 探讨了代码库的未来,质疑 Git 是否会步 PR 和代码审查的后尘而消亡,并提议转向类似 Notion 的数据库协作模式。

正文 Markdown

## The Future Codebase After the PR dies, after the Code Review dies, i am seriously wondering if Git needs to die next. roughly 20-40% of code spend is just managing and updating merge conflicts. necessary evil? or legacy "horseless carriage"? cargo culting the past? we don't do line by line merge conflicts when we collaborate with human colleagues - instead we chat, suggest edits, do side comments, and an owner ships it. btw we also don't do CI/CD even collaborating on documents with serious legal/financial implications. maybe the future codebase looks more like a Notion or Linear database than .git objects. It will be less efficient, but more scalable. exactly the Salty Lesson.