Thread (32 messages) flat view 32 messages, 5 authors, 2016-06-15

Re: [PATCH 12/13] remote.c: refactor get_remote_ref_states()

From: Jeff King <hidden>
Date: 2016-06-15 22:46:16

On Mon, Feb 23, 2009 at 01:29:00AM -0500, Jay Soffian wrote:
get_remote_ref_states() has three callers, but each is interested in
slightly different information. Give it a bit-field flag so that callers
can specify which pieces of information they need.
Hmph. I think this is probably an indication that
get_remote_ref_states() should really be 3 functions:

  common_stuff();
  query_one();
  query_two();

and then callers can choose the subset they are interested in.

Which is really more or less equivalent; it just seems like extra
obfuscation to have a single function with a bit-field.

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help