From: Junio C Hamano <gitster@pobox.com>
To: Felipe Contreras <felipe.contreras@gmail.com>
Cc: Ramkumar Ramachandra <artagnon@gmail.com>,
git@vger.kernel.org, Christophe Simonis <christophe@kn.gl>,
Simon Ruderich <simon@ruderich.org>, Max Horn <max@quendi.de>
Subject: Re: [PATCH 1/9] remote-bzr: trivial cleanups
Date: Thu, 25 Apr 2013 15:01:48 -0700 [thread overview]
Message-ID: <7vsj2e1d83.fsf@alter.siamese.dyndns.org> (raw)
In-Reply-To: <CAMP44s1RdZ19y8v+_=gwBzq1Tg5v8+TWAYCAVR-ZzNwZ0_m_Ng@mail.gmail.com> (Felipe Contreras's message of "Thu, 25 Apr 2013 16:35:48 -0500")
Felipe Contreras <felipe.contreras@gmail.com> writes:
>> Three random points.
>>
>> * For this particular patch [1/9], especially because this would
>> land close to the corresponding remote-hg fixes (e.g. "has_key is
>> deprecated"), I think it is sufficient to say "port fixes from
>> corresponding remote-hg patches" (you said it in 0/9 and didn't
>> say it in 1/9, though) without going into individual details.
>> Anybody who wonders what these changes were about will have a
>> clue to check contemporary patches to remote-hg that way.
>
> If there's any issues with that, just drop the patch,...
> ...
> 1) Drop this patch
> 2) Drop the whole series
> 3) I reroll without the change that was not described
Just in case you missed it, the first in the three-random-points was
"I personally think 1/9 that does not say anything about the minute
and irrelevant details Ram kibitzed about is fine". So "Drop this
patch" is not something on the table in the first place.
* After seeing that this change is a copy from recent remote-hg
changes, a revier who did a little homework would easily find a
change around has_key in recent patches.
* A reviewer who did a little homework would know by reading a bit
beyond the patch context to see that nobody uses "bmarks".
* A reviewer who wondered how the two lines are different can stop
staring at the screen, take a walk and come back with refreshed
eyes to spot the difference between blog and blob very easily.
For these reasons, I personally do not think it is unreasonable to
throw comments like the ones on "has_key", "global bmarks", and
"blog vs blob" into "too obvious, not even deserve to be responded"
bin.
Having said that, I am more worried about wasting everybody's time
(and this includes your time) with the impedance mismatch between
you and the rest of us.
Our standard for explaining the change (either in the log or in the
comment) is to err on the descriptive side to be helpful even to
people new to the codebase. We do not require or encourage to state
the obvious. The issue is the definition of "obviousness" varies
even among the rest of us and even for a single person depending on
how familiar that person is with the area of the code in question.
But the divide between you (alone) and the rest of us seems to be
far more vast than differences among the people other than you.
Especially the criteria I used in the above example for "bmarks"
need to be used carefully. If a reviewer needs to follow a very
deep callchain to convince himself why a change does not break
things, it is no longer obvious and deserves to be explained.
So I dunno. If you are not willing to change your ways and try to
be more descriptive to help others to understand what you are doing,
there is nothing I can do to help you.
next prev parent reply other threads:[~2013-04-25 22:01 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-25 11:20 [PATCH 0/9] remote-helpers: fixes and cleanups Felipe Contreras
2013-04-25 11:20 ` [PATCH 1/9] remote-bzr: trivial cleanups Felipe Contreras
2013-04-25 18:19 ` Ramkumar Ramachandra
2013-04-25 19:20 ` Felipe Contreras
2013-04-25 20:30 ` Thomas Rast
2013-04-25 20:52 ` Felipe Contreras
2013-04-25 21:37 ` Junio C Hamano
2013-04-25 21:49 ` Felipe Contreras
2013-04-25 20:36 ` Junio C Hamano
2013-04-25 21:35 ` Felipe Contreras
2013-04-25 22:01 ` Junio C Hamano [this message]
2013-04-25 22:58 ` Felipe Contreras
2013-04-25 23:11 ` Junio C Hamano
2013-04-26 1:19 ` Felipe Contreras
2013-04-26 12:19 ` Ramkumar Ramachandra
2013-04-26 18:48 ` Felipe Contreras
2013-04-26 18:53 ` Ramkumar Ramachandra
2013-04-26 19:39 ` Felipe Contreras
2013-04-26 19:56 ` Ramkumar Ramachandra
2013-04-26 20:23 ` Felipe Contreras
2013-04-26 22:10 ` Junio C Hamano
2013-04-26 22:22 ` Felipe Contreras
2013-04-26 19:39 ` Ramkumar Ramachandra
2013-04-26 9:32 ` Ramkumar Ramachandra
2013-04-26 18:34 ` Felipe Contreras
2013-04-26 19:30 ` Ramkumar Ramachandra
2013-04-26 19:59 ` Ramkumar Ramachandra
2013-04-26 20:00 ` Felipe Contreras
2013-04-26 20:03 ` Ramkumar Ramachandra
2013-04-26 20:28 ` Felipe Contreras
2013-04-26 20:28 ` Ramkumar Ramachandra
2013-04-26 20:46 ` Felipe Contreras
2013-04-26 19:19 ` Felipe Contreras
2013-04-26 20:17 ` Ramkumar Ramachandra
2013-04-26 21:00 ` Felipe Contreras
2013-04-25 19:29 ` Stefano Lattarini
2013-04-25 19:33 ` Felipe Contreras
2013-04-25 11:20 ` [PATCH 2/9] remote-hg: remove extra check Felipe Contreras
2013-04-25 18:23 ` Ramkumar Ramachandra
2013-04-25 19:22 ` Felipe Contreras
2013-04-25 11:20 ` [PATCH 3/9] remote-bzr: fix bad state issue Felipe Contreras
2013-04-25 11:20 ` [PATCH 4/9] remote-bzr: add support to push URLs Felipe Contreras
2013-04-25 11:20 ` [PATCH 5/9] remote-hg: use hashlib instead of hg sha1 util Felipe Contreras
2013-04-25 18:25 ` Ramkumar Ramachandra
2013-04-25 19:30 ` Felipe Contreras
2013-04-25 11:20 ` [PATCH 6/9] remote-bzr: store converted URL Felipe Contreras
2013-04-25 11:20 ` [PATCH 7/9] remote-hg: use python urlparse Felipe Contreras
2013-04-25 11:20 ` [PATCH 8/9] remote-bzr: tell bazaar to be quiet Felipe Contreras
2013-04-25 11:20 ` [PATCH 9/9] remote-bzr: strip extra newline Felipe Contreras
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7vsj2e1d83.fsf@alter.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=artagnon@gmail.com \
--cc=christophe@kn.gl \
--cc=felipe.contreras@gmail.com \
--cc=git@vger.kernel.org \
--cc=max@quendi.de \
--cc=simon@ruderich.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).