Helpful Golang Practices: Error Handling

preview_player
Показать описание

Our resource library, written by our Sphere Software experts, contains a collection of case studies, white papers, and recorded webinars that provides strategies and industry best practices that can help you.
Рекомендации по теме
Комментарии
Автор

"Go's philosophy is that every error should be handling and that ignoring errors is a very bad practice." So why doesn't the language have something better than if's! OMG.

alansargent
Автор

Great!! May I know where to download the go builtin search tools which appears in 3:23? Thanks.

easonex
Автор

Tip: Instead of `fmt.Println(...); os.Exit(1)` you can simply use: `log.Fatalln("data read error:", err)`.

learngoprogramming
Автор

You sound like Anthony Jeselnik lol. Great video man.

gngn