iammike
@iammike@programming.dev
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on NASA Successfully Tests Revolutionary Rocket That Could Get Us to Mars Faster 10 months ago:
If they’re leaving them there, I’d be all for it
- Comment on Golang be like 1 year ago:
Some people simply ignore warnings, that’s the main issue. Trust me, I saw this way too often.
If you cannot compile it than you have to fix it, otherwise just mark unused variables as ‘not an error’ via
_ = someunusedvar
. - Comment on Dear past me, use the flags 1 year ago:
Similarly, you can leverage this to wire traffic to DB replicas for instance. This if you need to handle traffic to DBs under specific scenarios (DB problems, burst of traffic, bugs, etc). So basically a purely technical feature flag (paying attention to authorization as always)