Name:
F r o z e n V o i d !!mJCwdV5J0Xy2A212011-12-10 18:11
>writing cleaner, safe, and unambiguous expressions is not my style.
I just don't dedicate time to it, the macro was just copypasted in a few seconds
If i was optimizing the stuff and using it often, i could rewrite it. Its not some paradigm
"Frozen writes unmaintable code" is just an assumption: the code is written mostly for my own use, i don't really think
you should reuse something like void.h like you do with libraries, you should write your own header which fits your needs/style better(call it macro.h or generic.h if you like).
If you expect to reuse code which i write(actually the code i write for /prog/) you will be limited into the functionality and style i designed, so
don't expect me following some rules.I (personally) dislike standards and rules, but as long as they don't interfere with the process i accept them. Some standard serve a concrete, useful purpose, some are purely arbitrary: i don't have to follow everything to write code. It just needs to compile.