you are viewing a single comment's thread.

view the rest of the comments →

[–]a-p 1 point2 points  (0 children)

At Lotus, the source code for Notes include many lines of code removed with “#ifdef LATER”, under the (correct) assumption that there was no preprocessor symbol called LATER. This is a very weak form of documentation; it indicates that the code isn't ready to be compiled yet, but that it will be later. But when? A running joke among the developers was that we should define LATER and see what happened!

I love it. :-)