• 3 min read
Golang and interfaces misuse
Understanding the proper way to use Go interfaces by following the principle of defining interfaces where they're used, not where they're implemented.
Understanding the proper way to use Go interfaces by following the principle of defining interfaces where they're used, not where they're implemented.