Asking a Tool to Review My Own Diff — Why I Built CommitBrief
One afternoon I hit the limits of self-review, so I wrote a tool that audits my own diff without leaving the terminal: CommitBrief.
Tag
Building applications and tools in Go: concurrency, error handling and the standard library. (Page 2/4)
There are 19 posts with this tag.
One afternoon I hit the limits of self-review, so I wrote a tool that audits my own diff without leaving the terminal: CommitBrief.
How becoming a multi-language developer turned into a supposed goal, why it never really was one, and how I actually got there.
How much mileage Go's rich standard library actually gives you, and a principled way to decide when to reach for an external dependency.
The hidden cognitive overhead of working in multiple languages simultaneously, and how I manage it.
A hands-on introduction to Go's standard testing package and the table-driven test pattern, embracing the language's minimal testing philosophy.
A reflection on how moving between PHP, Go, Python, and TypeScript within a single year shaped the way I think about software.