Hay textos que ya son clásicos, que uno no puede evitar volver a leer una y otra vez. How To Write Unmaintainable Code es uno de ellos.
Ah, hay tanta belleza en estas líneas...
#define a=b a=0-b
#define fastcopy(x,y,z) /*xyz*/
#define TRUE 0
#define FALSE 1
typedef struct { int i; } ínt;
openParen = (slash + asterix) / equals;
marypoppins = (superman + starship) / god;
De yapa, un par de epígrafes extraídos de ahí mismo:
Never ascribe to malice, that which can be explained by incompetence.
— NapoleonQuidquid latine dictum sit, altum sonatur.
— Whatever is said in Latin sounds profound.
Add a comment