in reply to Object concept ... starting from scratch
in thread Idea on a Base class API

Why do you want an object interface in the first place? How will it serve you? Design your interface based on, "What do I need?", not "What can this do?".

-Ted
  • Comment on Re: Object concept ... starting from scratch

Replies are listed 'Best First'.
Re{2}: Object concept ... starting from scratch
by dragonchild (Archbishop) on Jun 15, 2001 at 16:17 UTC
    I want to design an object interface to create a series of modules for CPAN. However, I wanted to vet the concepts with PM, because most of my OO work has been in 2-3 areas and I know I'm missing a number of possible uses that may have to be accounted for in the contract and/or implementation.