in reply to Re: Re: Re: Re: Often Overlooked OO Programming Guidelines
in thread Often Overlooked OO Programming Guidelines

If a method doesn't exist I'm trying to call, I want to know about it at compile time

You aren't going to get missing-method detection at compile time in a dynamic language, so that won't qualify in my book as part of Perl's OO 'hackishness' (I guess it can in your book, but then you'd also need to find Ruby and Smalltalk's OO hackish as well).

  • Comment on Re: Re: Re: Re: Re: Often Overlooked OO Programming Guidelines