"io_x" <> wrote in message
news:4c1bc6dd$0$18995$ ...
>
> "Keith Thompson" <kst-> ha scritto nel messaggio
> news:...
>> I have to figure out, not just what R means, but what *you* mean
>> by R. Sure, the #define is there, but I have to spend extra time
>> finding it to make sure you didn't define it as "restrict" or
>> "register", or "(void)".
>
> you spend the extra time
> mult that for 4 or 5 (the number of the macros)
> it can be how much? 5 minuts
>
> and for the rest of the code all will be ok, no search more
My text editor is an ancient text-mode one I wrote a couple of decades ago I
think.
Yet I still managed to define the first few function keys as "return ", "for
(", "printf("" and so on. It took half a minute.
Now it is even easier to type these keywords, as you don't need to use the
shift key or follow with a space. (And you can also add " (" for for/while,
and "("" for printf, which would look terrible if you tried it with macros:
W i>0) ...
The advantage is that the result is readable by everybody, who additionally
don't have to suffer from your inability to type, or to use better tools.
(As it happens, I don't have a problem with typing out keywords in full;
it's punctuation I don't like..)
--
Bartc