Google相关

[toc] ## Google Practices * [谷歌工程实践文档-中文](https://jimmysong.io/eng-practices/) * [Google's Engineering Practices documentation](https://github.com/google/eng-practices) * [Google's Engineering Practices documentation](https://google.github.io/eng-practices/) * [Codelabs](https://codelabs.developers.google.com/):代码实验室 ## Grow Your Technical Skills with Google * [Tech Dev Guide](https://techdevguide.withgoogle.com/) * [Former Coding Interview Question: Compression and Decompression](https://techdevguide.withgoogle.com/paths/advanced/compress-decompression/#code-challenge) * [Resource Library](https://techdevguide.withgoogle.com/resources/?no-filter=true) ## Android Develop * [Developers](https://developer.android.com/) * [Developer Guides](https://developer.android.com/guide) * [Android Jetpack](https://developer.android.com/jetpack) * [architecture-samples](https://github.com/android/architecture-samples) * [Google Blog](https://medium.com/) ## Code Style * [C++ Style Guide](https://google.github.io/styleguide/cppguide.html), * [Swift Style Guide](https://google.github.io/swift/), * [Objective-C Style Guide](https://google.github.io/styleguide/objcguide.html), * [Java Style Guide](https://google.github.io/styleguide/javaguide.html), * [Python Style Guide](https://google.github.io/styleguide/pyguide.html), * [R Style Guide](https://google.github.io/styleguide/Rguide.html), * [Shell Style Guide](https://google.github.io/styleguide/shellguide.html), * [HTML/CSS Style Guide](https://google.github.io/styleguide/htmlcssguide.html), * [JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html), * [AngularJS Style Guide](https://google.github.io/styleguide/angularjs-google-style.html), * [Common Lisp Style Guide](https://google.github.io/styleguide/lispguide.xml) * [Vimscript Style Guide](https://google.github.io/styleguide/vimscriptguide.xml)