automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 120-language-Name.patch


From: Akim Demaille
Subject: Re: 120-language-Name.patch
Date: 12 Apr 2001 17:56:06 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

>>>>> "Akim" == Akim Demaille <address@hidden> writes:
Akim> -  &{$self->_finish} ();
Akim> +  if (defined $self->_finish)
Akim> +    {
Akim> +      &{$self->_finish} ();
Akim> +    }
Akim>  }

Tom> I dislike this.  This is a move away from encapsulation.  The
Tom> objects, not the callers, ought to know what they are up to.

I don't understand too well.  This is implemented in the classes, not
by the callers themselves.  I.e., this code is in Language, not Automake.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]