|
|
|
|
|
by sgeisenh
1305 days ago
|
|
Google places a pretty high emphasis on code quality and readability. It's not universally great, but it's a big part of the culture. You can catch a glimpse in their [style guides][1], [abseil totws][2] and [aips][3]. Almost every change is required to be reviewed for "readability" in addition to functionality. This can feel like a lot, but it leads to pretty consistent style across the codebase which makes it a lot easier to switch projects or read and understand an unfamiliar section of the code. [1]: https://google.github.io/styleguide/
[2]: https://abseil.io/tips/
[3]: https://google.aip.dev/ |
|
https://cloud.google.com/architecture/devops/devops-tech-tru...