Skip to content

Instantly share code, notes, and snippets.

Things that programmers don't know but should

(A book that I might eventually write!)

Gary Bernhardt

I imagine each of these chapters being about 2,000 words, making the whole book about the size of a small novel. For comparison, articles in large papers like the New York Times average about 1,200 words. Each topic gets whatever level of detail I can fit into that space. For simple topics, that's a lot of space: I can probably walk through a very basic, but working, implementation of the IP protocol.

@potetm
potetm / gist:5396920
Last active December 16, 2015 07:09 — forked from pachet/gist:5396904
var
foo = 1,
bar = 2,
baz = 3
;