* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2004-06-19 20:35]:
> Seems like a really good example of a module that could benifit
> from meta data, and multi-category placement. If it weren't for
> existing categories, and still needed a category structure, I'd
> personally think something like the following would be more
> suitable:
>       UI::ToolTip
> With UI::ToolTip::HTML::JavaScript implementing a UI::ToolTip class.

This is a really good point. It reminds me of a quote I always
have to think about:

    Intertwingularity is not generally acknowledged -- people
    keep pretending they can make things deeply hierarchical,
    categorizable and sequential when they can't. Everything is
    deeply intertwingled.

    -- Ted Nelson

Unfortunately, while it is possible in Perl5 to write code such
that it works under multiple package names (or better yet, would
work in any package regardless of the name), it is a not
trivially supported scenario. It might be a good idea to think
about these issues before Perl6 starts taking shape.

Regards,
-- 
Aristotle
"If you can't laugh at yourself, you don't take life seriously enough."

Reply via email to