All posts tagged "golang"
A subtle Go bug that types cannot help with
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/a-subtle-go-bug-that-types-cannot-help-with
Types are not a solution for all programming bugs
Better Go test output
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/better-go-test-output
Improving the default `go test` output
A simple language spec isn't a feature when you're building applications
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/a-simple-language-spec-isnt-a-feature
Go famously has a small, simple language spec. That isn't always a good thing.