logo头像
Snippet 博客主题

Go语言设计模式与反模式 (Go Pattern & Anti Pattern)

本文于309天之前发表,文中内容可能已经过时。

Go语言设计模式与反模式 (Go Pattern & Anti Pattern)

Control Flow

Late Returns / Multiple if-else

Design Pattern

init()

Global Variables(and Singletons)

Errors

Custom Errors using Type Alias on Primitives