bug-gnulib
[Top][All Lists]
Advanced

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

Re: Fwd: sed porting trouble


From: Bruno Haible
Subject: Re: Fwd: sed porting trouble
Date: Sat, 2 Oct 2010 13:23:32 +0200
User-agent: KMail/1.9.9

Joachim Schmitz wrote:
> - your changes would affect 19 files, Pauls only 12

Your way of measuring complexity is misguided. The same change to 19 files
must count as one. 3 changes that affect 39 files in total is simpler than
24 changes that affect 12 files in total.

> - The ...in.h file are not the problem, but the resulting .h files.
> Their lines might be shorter or even longer

Good point. Yes, when stuff from build-aux/c++defs.h or build-aux/warn-on-use.h
gets inserted during the conversion .in.h -> .h, it can also contain lines
longer than 80 columns (and it does!).

> URLs ain't C code, so they may appear in comments. As long as the */ is on
> the next line, truncation is OK.

This would be another syntactic rule that the developer has to remember:
"you can use comment lines longer than 80 columns, but only if the comment
terminator is on the next line".

The fewer rules a maintainer has to remember, the better.
The fewer rules a new contributor has to learn, the better.

Bruno



reply via email to

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