Posts tagged "tools"
-
Structfieldsenforcer: Preventing Critical Field Initialization Bugs
A Go static analyzer that enforces mandatory struct field initialization using struct tags, preventing critical bugs from missing required configuration
-
macOS: Change the default text editor with duti
Use duti to set Zed (or any editor) as the default app for plain text and other text files on macOS
-
Positionless: Making Go Struct Initialization Safer
How I built a Go static analyzer to detect and fix fragile positional struct literals, improving code maintainability and preventing subtle bugs
-
Bump: Semantic Versioning Made Simple
A lightweight command-line tool that automates semantic versioning for Git repositories with safety checks and intuitive commands