??? 05/26/06 14:53 Read: times |
#117155 - nope Responding to: ???'s previous message |
I think the word is "inane."
nope, no sane person would be that stupid. "real C" as it has been called is not a programming language, it is a mental disease. Erik part of the definition of "real C" * no comments needed, C is self-documenting * if a statement only does one thing it is not "real C" * the aim is to have the entire code in ONE statement, if that is impossible, strive in that direction * always use very long names for variables and make sure the meaning of them is obscure * never pass a variable, alwauys pass a pointer to s struct that has it in it |