single options

rewrite the loop body:

if (token[0] == ‘-‘)
switch (token[1]) {
case ‘t’:
tokenval = strtok(NULL,delim);
code = tokenval;
break;
[…other options…]
case ‘m’:
mr = 1;
break;
}

Improve The Kind

can mankind become thick enough to self improve? haven’t seen the growth I’d expect if we were going to achieve widespread, deep, thick care. At least not without fear and force.

Hand Over Hand

The development process of using one version to build the next version of a tool. This continues until the NEW version takes over from the ORIGINAL code base. Coordinating this between the different groups of engineers is sometimes referred to by wags as Hand-to-Hand development.