Google 家的 C++ 倡議者,Google C++ Style Guide 是他在維護,這支影片說明 G 家的 C++ Style Guide 的設計理念,我的 C++ Code 撰寫慣例也是由這份文件衍生出來。Titus Winters 是 CppCon 常客,去年(2017)在 CppCon 公佈的 Abseil 專案可說是 Google 這幾年 C++ library 集大成,一想到有高品質的函式庫可用就讓人覺得興奮。
He chairs the Library Evolution Working Group (LEWG) - the sub-committee of the C++ Standard that focuses on the design of the C++ standard library.
Google 說以後 Chrome for Windows 會以 Clang 做為主要編譯器,取代了 Microsoft Virtual C++ (MSVC) 。雖然有些數字還是 MSVC 好看,不過對 Google 來說,同一套開發工具所帶來的好處遠大於當前的落差,而且隨著 Clang 持續演進,Google 也能透過強化基礎建設(編譯器及相關工具,如 Address Sanitizer) 來改善整個開發流程,一舉數得。