Code comments

rob_au on 2003-05-18T22:44:58

Included in some preformatting code for a client application ...

    else
    {
        #   How did we get here?  Pretend that this line doesn't exist and just store
        #   the hate for junk lines in the client data up until this program is self
        #   aware and can take over the world.

        next;
    }


Dryrot

dws on 2003-05-19T00:13:23

A (large) number of years back, before I got test infected, I picked up the idea of putting the equivalent of asserts into places that should never be reached, except I called them "dryrot", and printed them as such. They later caused some embarrasement to the fellow who inherited a chunk of work I'd done, after he'd modified and deployed without thorough testing. Heh heh.

Into the singularity

jplindstrom on 2003-05-19T07:07:42

And when the code becomes self aware, the question "How did we get here?" becomes philosophical :)