in reply to Initial draft of a BaseClass contract (Updated)
in thread Idea on a Base class API

I'm going to have to read this more carefully later, but I just want to clarify what I was suggesting.

I think I'm not questioning the underlying ideas of your approach, but rather, I'm suggesting a simplified user interface towards invoking it. Or if not simplified, then in keeping with currently existing Perl modules that already get a lot of use and that imho have good interfaces.

Oh, and just I gotta say: I really hate the idea of having to type "SCALAR" et al. Perl already has the sigil set - why duplicate them? (Except in a 'use English' way, but again, that should be an optional WTDI.)

-- Frag.

  • Comment on Re: Initial draft of a BaseClass contract