Goals

Writing is hard. I don’t do enough of it. With the new year just around the corner, I figure that’ll give me a good opportunity to set some goals and see if I can meet them.

These are my goals for 2017:

Each of these is perfectly doable, so having these goals is more of an exercise in accountability, which this blog will help with.

 
5
Kudos
 
5
Kudos

Now read this

A golang proposal

No language is perfect. Every language has warts that can’t be designed away. Recently I’ve been noticing this pattern show up a lot: thing, err := methodCouldErr() if err != nil { return err } useThing(thing) Error propagation in golang... Continue →