Updated ExperienceReports (markdown)

Russ Cox 2017-07-12 20:08:53 -06:00
parent b5733aef69
commit f32c404ddf

@ -62,7 +62,7 @@ Add new sections as appropriate.
- Jon Bodner, “[Closures are the Generics for Go](https://medium.com/capital-one-developers/closures-are-the-generics-for-go-cb32021fb5b5),” June 2017.
## Large-Scale Software Development
- Russ Cox, “[Codebase Refactoring (with help from Go)](https://talks.golang.org/2016/refactor.article),” November 2016, laying out the case for type aliases ([#18130](https://golang.org/issue/18130)).
- Russ Cox, “[Codebase Refactoring (with help from Go)](https://talks.golang.org/2016/refactor.article),” November 2016, laying out the gradual code repair problem addressed in part by type aliases ([#18130](https://golang.org/issue/18130)).
## Logging