I
Ian Collins
Gordon Burditt wrote:
Don't snip attributions if you reply.
Yeah right. Utter nonsense.
Why on Earth would you introduce a variable if you don't know how it
would be used?
Don't snip attributions if you reply.
Those who program for pay sometimes have an incentive to *INCREASE*
code lines because it gives them a bigger paycheck.
Yeah right. Utter nonsense.
I find the warning some compilers generate about uninitialized
variables useful, and I really don't want to defeat it by getting
into the habit of always initializing variables using some value I
don't think about much (especially I don't want to initialize it
before having thought much about the code that will use it).
Why on Earth would you introduce a variable if you don't know how it
would be used?