nickel@programming.devtoProgramming@programming.dev•What is your favorite VSCodium/VSCode theme?English
1·
1 year agoI switch between Solarized light and solarized dark.
I switch between Solarized light and solarized dark.
Yea there is some really interesting stuff in this release! Love the addition of generics in the packages. I feel like future Go releases will have a lot more of these nice generic utils in them to help clean up userland code.
Curious to know if slog
will finally allow the community to settle on a standard logger. I’ve been using logr.Logr interface for a long time now with zap as the backend. Will be nice to at least replace zap with the slog as the underlying logging mechanism to remove at least one dependency.
Have you looked into devcontainers? Could be a good option.
We use tilt right now for running the apps themselves. Haven’t delved into virtualized dev environments yet. We’re a Mac shop so we just have a list of brew commands to run. And for some critical tools they are invoked through docker so no cli install needed.
We have a file that houses the version and everything is done through a Makefile. So on the next main pull people will always invoke the correct version of a build tool.