[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: Branko Čibej <brane_at_xbc.nu>
Date: 2004-07-24 04:58:12 CEST

Russell Yanofsky wrote:

>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.
>
>
Point is, if there are more than a few such functions, that usually
implies some conceptual relationship between the classes. But I're
getting off-topic now.

-- Brane

---------------------------------------------------------------------
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:58:24 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.