google / styleguide

Style guides for Google-originated open-source projects
https://google.github.io/styleguide/
Apache License 2.0
37.01k stars 13.28k forks source link

Go Style Guide — Go Tip Episodes & Unit Testing Practices #807

Open nchengyeeshen opened 4 months ago

nchengyeeshen commented 4 months ago

Are there any plans to release the Go Tip Episodes and Unit Testing Practices found under External References in the Google Go Style Guide? Many parts of the style guide reference the Go Tips which are unavailable at this time.

matttproud commented 4 months ago

Publishing the Go Tip episodes has been on the mind of the Go Tip editors (and to an extent that of the Go Style maintainers). It's hard to know when any of this would land, though. It takes quite a bit of work to externally publish material (cf. Testing on the Toilet). The Go Tip material would land in a place outside of the style material here.

The story for the Unit Testing Practices material is similar but involves a different audience.

Overall, I sympathize a lot with what you are asking for.