How do Google engineers work?
How do Google engineers work? Often times I, as an ex-Googler, need to recall the way how Googlers worked. That's because, when I encounter a problem, I usually try to imagine "What would XXXXX do?", where XXXXX is usually a great Googler or ex-Googler.
Thankfully Google published lots of helpful information. The following materials are good starters for those who want to take a quick look at Google engineering.
领英推荐
And here's a comment I wrote on a Quora post about Google :
"Re: #2, after leaving Google, I realized how valuable Google’s internal engineering for source code management was. Their highly scalable source repository (including integration with cloud/local filesystem that allows fetching only the required parts) and distributed and fine-grained build system made monorepo possible with such a gigantic codebase. And monorepo, with very simple branching scheme (everybody looks at the mainline only, basically), seems to bring very good advantages. Now with super powerful code search and the web based IDE, it is fantastic. I truly miss many of them. Oh I forgot to mention the unrealistically good code review system, originated from Guido van Rossum’s Mondrian. And their culture that pursues high quality engineering."