[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] Big refactoring
From: |
Jeremy Nicoll - ml wget users |
Subject: |
Re: [Bug-wget] Big refactoring |
Date: |
Wed, 8 Aug 2012 11:13:10 +0100 |
User-agent: |
Messenger-Pro/2.68.5.3631 (Qt/4.7.3) (Windows-XP) |
illusionoflife <address@hidden> wrote:
> Okay. I would like to hear more opinions. Because for me, two-line loop
> and comment before is worse then function with speaking name. 3 lines vs
> 1.
The loop and comment looks to me like a pretty standard C idiom, to the
point where the comment is nearly inessential (but I prefer to see such
comments).
On the other hand, while the function name is great, I agree with the
previous poster who said that until you actually look at the function
definition you can't be sure that it has an accurate name (eg that no-one
has added any extra feature that are not described in the name).
So I prefer the loop because you can see at a glance that it does do
precisely what the comment says.
The number of lines in the file is irrelevant; clarity is what matters.
--
Jeremy C B Nicoll - my opinions are my own.
- Re: [Bug-wget] Big refactoring, (continued)
- Re: [Bug-wget] Big refactoring,
Jeremy Nicoll - ml wget users <=
- Re: [Bug-wget] Big refactoring, Giuseppe Scrivano, 2012/08/21
Re: [Bug-wget] Big refactoring, Giuseppe Scrivano, 2012/08/21