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