Login
Roast topics
Find topics
Find it!
From:
Jakub Jarosz
(Uncensored)
subscribe
Handling Go Errors In Tests | Jakub Jarosz
https://jarosz.dev/code/handling-golang-errors-in-tests/
links
backlinks
Tagged with:
testing
refactoring
go
error
Roast topics
Find topics
Roast it!
Errors in Go are like the STOP sign. They send a strong signal to avoid disasters. Just like the Go error yelling don’t trust returned value, don’t use it.