Alle Posts mit dem Tag "Go"

The World of Testing in Go

The World of Testing in Go

Testing your code is an essential part of software engineering. Whether you write code first and then tests or the other way around, there should be no discussion about writing tests. The expectation of testing should not be to find bugs but to have a stable code base that can be easily extended and refactored.

Weiterlesen