nus-cs3281 / 2024

1 stars 2 forks source link

Book: SE@Google Ch 13: Style Guides and Rules #8

Open vvidday opened 5 months ago

vvidday commented 5 months ago

Book: SE@Google Chapter: Style Guides and Rules

Summary:

Here are some key points that Google used to develop their style guides:

The last section of the chapter focuses on automation, and how automating the enforcement of style guides and rules whenever possible is beneficial. Many such tools exist, such as auto formatters in IDEs, linters, and even git hooks. Importantly, these should be introduced during the onboarding process for new developers, to ease the learning curve of the style guides and rules being enforced.