Why I Made Peace With Go’s Date Formatting
If we’re all going to google it anyway, we might as well google something that makes sense.
If we’re all going to google it anyway, we might as well google something that makes sense.
Choosing consistency over performance.
It’s time to ask ourselves how much abstraction in our Go code really makes sense.
Python and Go have distinct qualities that can complement each other.
A simple pattern that will help you reduce error handling, while keeping your Go code simple and idiomatic.
I am trying to make sense of what I can do better next time.
My struggle to choose the right type semantic and keep code consistent at the same time.
Did Google reinvent both EJBs and Spring in Go?
While Go doesn’t have proper enums, you can create a more robust enum-like construct using interfaces and structs.