Sindre MyrenGo generics beyond the playgroundMy blog has now moved to https://dev.to/smyrman/…Mar 25, 2021Mar 25, 2021
Sindre MyreninMakes SenseTest-With-Expect: A BDD-style Go naming patternIn this article published on the dev.to platform, I explore how we can write GWT-inspired tests in Go. It’s rather long, so here is a…Jun 10, 2020Jun 10, 2020
Sindre MyrenWriting constant errors with Go 1.13In Go, errors are normally matched by value rather than type. It is common for a package to define some of the errors that it may raise so…Sep 9, 20192Sep 9, 20192
Sindre MyrenGo2: Interface Default Methods?Could interface default methods be an alternative to other generic proposals in Go?Aug 4, 2019Aug 4, 2019
Sindre MyreninMakes SenseCommitting to make senseI work as the lead backend developer at Searis, where we are committed to help our industrial customers make sense of their data (linked…Aug 16, 2018Aug 16, 2018
Sindre MyrenThere is nothing Goish about log.FatalIf “Goish” describes something that’s characteristic for the Go language, log.Fatal is off the wall.Aug 21, 20173Aug 21, 20173
Sindre MyrenGo 2.0: Retain simplicity by trading featuresDave Chenny have written a post simplicity dept, where he explains how you can not add a language feature without adding complexity. He…Jul 26, 20171Jul 26, 20171