Go is a great systems language. It’s simple, doesn’t have too many frills and gets the job done. In addition to that, the tooling around Go has made it a great language for teams. For instance, gofmt formats the code in the codebase in a…
Go is a great systems language. It’s simple, doesn’t have too many frills and gets the job done. In addition to that, the tooling around Go has made it a great language for teams. For instance, gofmt formats the code in the codebase in a…
Most engineering teams know that testing is important but it’s often overlooked due to constraints of time or just pure laziness. There’s enough literature out there touting the benefits of testing. I’m not going to reiterate those arguments, but trust me on this: “You do…