You are here |
solmaz.io | ||
| | | |
blog.hulacorn.com
|
|
| | | | A recyled post blew up on reddit and then got picked up on Hacker news, what it looks like. | |
| | | |
blog.senko.net
|
|
| | | | As a long-time Hacker News reader, I've seen trends come and go. One of those trends is popularity of programming languages, manifested t... | |
| | | |
iamvishnu.com
|
|
| | | | Last December, the Android team came up with a new, clean, layered architecture to write Android apps, which is a significant move away from the long-standin... | |
| | | |
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 (... |