Сижу однажды, и копаюсь в исходном коде свободного игрового движка Irrlicht. Порадовал комментарий в исходном коде (файл include/aabbox3d.h), сделанный основным разработчиком:

Irrlicht fun

Также порадовали комментарии в соглашениях о стиле написания кода в Linux kernel (файл /usr/src/linux/Documentation/CodingStyle):

First off, I’d suggest printing out a copy of the GNU coding standards, and NOT read it. Burn them, it’s a great symbolic gesture.

Encoding the type of a function into the name (so-called Hungarian notation) is brain damaged - the compiler knows the types anyway and can check those, and it only confuses the programmer. No wonder MicroSoft makes buggy programs.

PS: Может и “боян”, но всё-таки подобные моменты делают жизнь веселее. ;-)