bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 5/5] Changed argp parsing policy


From: Carl Fredrik Hammar
Subject: Re: [PATCH 5/5] Changed argp parsing policy
Date: Thu, 4 Jun 2009 16:15:36 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hi,

On Sun, May 31, 2009 at 11:01:21AM +0200, olafBuddenhagen@gmx.net wrote:
> 
> On Fri, May 29, 2009 at 12:09:04AM +0300, Sergiu Ivanov wrote:
> 
> > +/*---------------------------------------------------------------------------*/
> > +#include "unionmount.h"
> > +/*---------------------------------------------------------------------------*/
> > +
> > +/*---------------------------------------------------------------------------*/
> > +/*---------Global 
> > Variables--------------------------------------------------*/
> > +/*The command line for starting the translator. */
> > +char * trans_argz;
> > +size_t trans_argz_len;
> > +/*---------------------------------------------------------------------------*/
> [...]
> 
> Please drop these crazy comment "lines"... I'm not going to discuss the
> aesthetic value of such ornaments :-) -- but please try to keep
> consistent with the style of the existing code.

Also the normal way to section code in the Hurd is the page feed
character (^L).  There are plenty of examples in the Hurd's source.

> Also, I don't think a comment saying "global variables" is exactly
> useful -- this is really obvious to any C programmer...

I think it's acceptable if used as a ``Global variables goes here''
statement.  Though ``Argument parsing variables'' would be more
meaningful.  An ``Argument parsing'' section with all code related to
it would be ideal if possible IMHO.

Regards,
  Fredrik




reply via email to

[Prev in Thread] Current Thread [Next in Thread]