Y
Hacker News
new
|
ask
|
show
|
jobs
by
creyes
2466 days ago
Isn't the Google codebase infamously a monorepo with billions of loc? That seems like it fits "scale of codebase complexity" as well as "web scale"
3 comments
munificent
2466 days ago
It's a monolithic
repo
, but not a monolithic
codebase
. It contains many many separate projects, libraries, and applications. There's a lot of code reuse, but it's not like you have to wrap your head around the whole thing.
link
jcranmer
2466 days ago
Yes, but much (if not most) of that codebase is in C++.
link
jimbokun
2465 days ago
How do you check out a project like that?
link