[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r10381 - trunk/build/generator

From: Russell Yanofsky <rey4_at_columbia.edu>
Date: 2004-07-24 04:08:59 CEST

Branko Čibej wrote:
> Russell Yanofsky wrote:
>
>> Branko Čibej wrote:
>>
>>
>>> In the end, the decision between
>>>
>>> t = Target(self, x, y, z)
>>> t.add_dependencies()
>>>
>>> and
>>>
>>> t = Target(x, y, z)
>>> t.add_dependencies(self)
>>>
>>> depends on how many target methods depend on the generator state. If
>>> it's only a few, the second form is probably nicer.
>>>
>>>
>>
>> I don't think so.
>>
> I said the *second* form, which means I was agreeing with you.

Heh. I agree that you were agreeing with me there. I just disagreed about
the decision depending on the number of target methods using the generator
object. I think the decision should depend on the conceptual relationship
between the classes.

- Russ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 24 04:11:03 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.