while that might be true....

it's apparent that if you start with the information in the main.c when
you're adding the cmd option, a developer might not catch the alphabetical
nature of the options array...

an additional comment within the main would help to miniimize potential
issues...

as i said.. i looked, read, etc.. and didn't catch it... if it were in the
main, i would have probably caught it more quickly....

but this is your codebase.. these are simply my thoughts...

-bruce


-----Original Message-----
From: Hrvoje Niksic [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 28, 2006 12:17 PM
To: [EMAIL PROTECTED]
Cc: 'Mauro Tortonesi'; 'Tony Lewis'; [email protected]
Subject: Re: wget - Adding Cmdline Option


"bruce" <[EMAIL PROTECTED]> writes:

> btw, i just saw the comment you menttioned in the init.c file.... is
> it possible to add this same comment to main.c.

The comment there would be misleading because options in main.c are in
fact not alphabetically sorted.  They don't need to be because they
are not the target of a binary search.

Reply via email to