I sometimes explain my job to other programmers, to get sympathy. Or at least share the headaches.
ungratefulninja: so lemme see if I can divine what that code is doing in context
ungratefulninja: somewhere, there is a lookup table that turns certain characters into 0s, 1s, 2s, etc in the input stream
ungratefulninja: This code decides which character we saw, and the clever "branch on bits"
(
Read more... )