Re: code portability
- From: Frederick Gotham <fgothamNO@xxxxxxxx>
- Date: Thu, 10 Aug 2006 13:20:20 GMT
Eigenvector posted:
More of a topic for comp.lang.c.business.
I don't work as a programmer -- I have no customer and no boss.
So then I question your devotion to your style and your confidence in
its effectiveness.
So I can't cook well if I don't work as a chef?
If you have never worked in the industry nor have
had to satisfy a customer or their requirements I don't see how you can
make judgements on your style vs. what the undoubted experts here in
this forum promote.
I cook my own food to satisfy myself.
I write my own code to satisfy myself.
Personally if I do something one way in a non-professional environment,
but a bunch of people take me aside and provide example after example of
why my method is not really in line with normal practices - I take their
suggestions to heart. You don't appear to be doing that to my untrained
eyes.
That's because I have a fully-functional brain, and don't need to be told
that:
static int Func(void) {...
is better than:
int static Func(void) {...
--
Frederick Gotham
.
- Follow-Ups:
- Re: code portability
- From: Chris Dollin
- Re: code portability
- References:
- code portability
- From: Eigenvector
- Re: code portability
- From: websnarf
- Re: code portability
- From: Malcolm
- Re: code portability
- From: Keith Thompson
- Re: code portability
- From: Richard Heathfield
- Re: code portability
- From: Keith Thompson
- Re: code portability
- From: Ian Collins
- Re: code portability
- From: Frederick Gotham
- Re: code portability
- From: Frederick Gotham
- Re: code portability
- From: Keith Thompson
- Re: code portability
- From: Frederick Gotham
- Re: code portability
- From: Keith Thompson
- Re: code portability
- From: Frederick Gotham
- Re: code portability
- From: Philip Potter
- Re: code portability
- From: Frederick Gotham
- Re: code portability
- From: Eigenvector
- Re: code portability
- From: Frederick Gotham
- Re: code portability
- From: Eigenvector
- code portability
- Prev by Date: Re: volatile and pointer functions
- Next by Date: Re: code portability
- Previous by thread: Re: code portability
- Next by thread: Re: code portability
- Index(es):
Relevant Pages
|