Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update URL to Advantages and Disadvantages paper #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README-zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
## 一些好的参考文献

* [为什么谷歌将数十亿行代码存储在一个仓库中?](https://research.google.com/pubs/pub45424.html)
* [monorepo 的优势和劣势。谷歌的一个案例研究](https://people.engr.ncsu.edu/ermurph3/papers/seip18.pdf)
* [monorepo 的优势和劣势。谷歌的一个案例研究](https://dl.acm.org/doi/pdf/10.1145/3183519.3183550)
* [为什么你应该为你公司的所有项目使用一个单一的仓库?](https://www.drmaciver.com/2016/10/why-you-should-use-a-single-repository-for-all-your-companys-projects/)
* [monorepo 的优势](https://danluu.com/monorepo/)
* [Monorepos 使内心的源泉变得鲜活起来](https://kevingoslar.medium.com/monorepos-make-inner-source-come-to-life-bd1592b0cadf)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ English | [简体中文](./README-zh-CN.md)
## Good reads

* [Why Google Stores Billions of Lines of Code in a Single Repository](https://research.google.com/pubs/pub45424.html)
* [Advantages and Disadvantages of a Monolithic Repository: A case study at Google](https://people.engr.ncsu.edu/ermurph3/papers/seip18.pdf)
* [Advantages and Disadvantages of a Monolithic Repository: A case study at Google](https://dl.acm.org/doi/pdf/10.1145/3183519.3183550)
* [Why you should use a single repository for all your company’s projects](https://www.drmaciver.com/2016/10/why-you-should-use-a-single-repository-for-all-your-companys-projects/)
* [Advantages of monorepos](https://danluu.com/monorepo/)
* [Monorepos make inner-source come to life](https://kevingoslar.medium.com/monorepos-make-inner-source-come-to-life-bd1592b0cadf)
Expand Down