Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

FrozenVoid's (lack of) IDE

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 .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.

Name: F r o z e n V o i d !!mJCwdV5J0Xy2A21 2011-11-26 12:23

>>6
I'm not going to join any OSS project, i'd rather fork it  and make my own version.
 And void.h and similar macro headers will be included in all files at start.
In fact, if i wrote my own OS, void.h will be included at compiler level, and headers like stdio.h will be built around the basic abstractions(typedefs/asm funcs/kernel hooks) from void.h(stdio.h will be not an interface, but real code like void.h, which will be included as desired(in parts of copy-pasted code or as whole #include))

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List