in reply to •Re: More discipline or more freedom - in the context of OO
in thread More discipline or more freedom - in the context of OO

This stands true, if you look at it from application programmer’s view. In Java, you are forced to put each line of your code inside some class.
  • Comment on Re: •Re: More discipline or more freedom - in the context of OO

Replies are listed 'Best First'.
•Re: Re: •Re: More discipline or more freedom - in the context of OO
by merlyn (Sage) on Oct 14, 2003 at 22:37 UTC

      I'd rather say "bump down" ;-)

      The point is that packages in Perl do not have to have anything to do with objects. They can be just namespaces. Maybe it's a little hard to define the distinction between group 2) and 3), but as I understand it the distinction is "do you HAVE to use objects? Do even things that have no point whatsoever to ever be objects HAVE to be objects?"

      Jenda
      Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
         -- Rick Osborne

      Edit by castaway: Closed small tag in signature