美文网首页
Go 基础 3:error handling

Go 基础 3:error handling

作者: 听海吹牛逼的声音 | 来源:发表于2019-02-08 15:32 被阅读0次

    官网: https://blog.golang.org/error-handling-and-go

    1. error对于常用类型,可以转换成某种interface去查里面具体错误。
    2. 对于repetive的error handling,可以做个wrap去handle统一的error,不过我个人觉得不是那么试用,很难有一个函数全部是一种类型的错误吧。不过这种是不是设计模式里的装饰者模式?

    待读:
    https://dave.cheney.net/2016/04/27/dont-just-check-errors-handle-them-gracefully
    https://mijailovic.net/2017/05/09/error-handling-patterns-in-go/

    相关文章

      网友评论

          本文标题:Go 基础 3:error handling

          本文链接:https://www.haomeiwen.com/subject/pafosqtx.html