▲ | cmrdporcupine 7 months ago | |||||||
The C++ from Google that people in the outside world are seeing is not the C++ the article is talking about. Chromium and open sourced libraries from Google are not the same as C++ in Google3. I worked on both back in the day and ... There's slightly different style guides (not hugely different), but most importantly the tooling is not the same. The kind of mass refactorings / cleanups / static analysis talked about in this article are done on a much more serious and large scale on C++ inside the Google3 monorepo than they are in Chromium. Different build systems, different code review tools, different development culture. | ||||||||
▲ | deltaburnt 7 months ago | parent [-] | |||||||
Going from g3 to AOSP has been downright painful. It was like suddenly working in a different company the contrast was so stark. | ||||||||
|