Name: Anonymous 2011-11-26 8:58
http://dis.4chan.org/read/prog/1321439259/23
Reducing typing is a noble goal, but any programmer worth his salt would write a decent
* All your nifty macros take up half of the code you produce
* These macros need to be lifted from project to project
* You end up producing code that is hard to understand for people who haven't memorized your macros.
* You can't use the macros while hacking *any* OSS
in short: learn to use a decent IDE and all these cpp abuses become obsolete. have a nice day.
Reducing typing is a noble goal, but any programmer worth his salt would write a decent
.vimrc instead of abusing the cpp.* All your nifty macros take up half of the code you produce
* These macros need to be lifted from project to project
* You end up producing code that is hard to understand for people who haven't memorized your macros.
* You can't use the macros while hacking *any* OSS
in short: learn to use a decent IDE and all these cpp abuses become obsolete. have a nice day.