|
You are here |
grosser.it | ||
| | | | |
cep.dev
|
|
| | | | | An experience using Go where the type system was a problem | |
| | | | |
miparnisariblog.wordpress.com
|
|
| | | | | From simpler to more complex: 1. errors.New() or fmt.Errorf() without a sentinel error Only use for quick prototyping 2. Sentinel errors When you have an interface and want implementations to be able to throw errors and then catch them to run some logic But! you won't be able to customize the error thrown var (... | |
| | | | |
dave.cheney.net
|
|
| | | | | [AI summary] The author discusses updates to the errors package, focusing on automatic stack trace collection and the introduction of the %+v format verb for debugging. | |
| | | | |
builtin.com
|
|
| | | What is software engineering? It is a field directly related to computer science, where engineers apply systematic and disciplined methods to the development, operation and maintenance of software. | ||