--- Bernhard van Staveren <[EMAIL PROTECTED]> wrote:
> In general my coding style is a bit condensed, I grew up
> with Turbo Pascal and was taught to condense everything
> (whether or not that was a good call by the teacher,
> beats me) so I'm used to it.

I got my first real programming job in a shop that was all K&R C with
tons of legacy code written by people who had taught themselves the
language.... Believe me, I hacked like a machete never could, and
statements like 

  band = intmax(strtok(NULL,seps)[0]-64,0);

were considered *quite* tame. :)
 
> I also use the here documents a lot when it comes to printing lots
> of text, although at times I do it with a mix of regular printing
> and here docs. Just depends on what's being printed :)

Ditto.
The purpose of my tirade was just to get crunch-coding out of my system
for a few hours, and hopefully give someone something educational in
the process, lol.... :)

Hey, man, I'm the prince of crypto-context!

__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to