The act of removing
a feature from a program. Featurectomies come in two flavors, the
`righteous' and the `reluctant'. Righteous featurectomies are
performed because the remover believes the program would be more
elegant without the feature, or there is already an equivalent and
better way to achieve the same end. (Doing so is not quite the
same thing as removing a misfeature.) Reluctant
featurectomies are performed to satisfy some external constraint
such as code size or execution speed.
COME FROM n.
A semi-mythical language construct dual to the
`go to' COME FROM <label> would cause the referenced label
to act as a sort of trapdoor, so that if the program ever reached
it control would quietly and automagically be transferred to
the statement following the COME FROM....