I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-11-16 14:54:57-08 by earl
Request
I like this module and would like to use it. I wish your conventions were more consistent with Class::Std. My experience in using Class::Std conventions doesn't help me here. I have to relearn new conventions. My sponsors would like to see new code, not constant rewrites of legacy code. "Guess what? I'm rewriting what I just rewrote!" Consistent conventions would keep migration costs down. When Netscape had market share, MS tried to make the migration to MIE cost low. Once MIE had market share, then they had the freedom to do their own thing and make migration cost away from MIE high.
Direct Responses: 1327 | Write a response
Posted on 2005-11-16 20:03:19-08 by jdhedden in response to 1321
Re: Request
> I wish your conventions were more consistent with Class::Std.

See my reply here.

Direct Responses: 1328 | Write a response
Posted on 2005-11-16 20:23:08-08 by earl in response to 1327
Re: Request
My initial post represents my initial gut reaction when I saw some differences (like :FIELD replaced :ATTR). In retrospect, I was a little hasty. I haven't tried to use this Perl module yet, but it looks impressive.
Direct Responses: 1329 | Write a response
Posted on 2005-11-16 20:38:11-08 by jdhedden in response to 1328
Re: Request
> My initial post represents my initial gut reaction when
> I saw some differences (like :FIELD replaced :ATTR).

Even with this term I felt the change was justified. If you look at 'perldoc attributes' and 'perldoc fields', you'll see that :FIELD makes more sense than :ATTR. Again, I only changed things when I felt it was better to do so.

> In retrospect, I was a little hasty.

Not at all. It prompted me to write up a comparison of the two modules. Hopefully, it will benefit others, as well.

> I haven't tried to use this Perl module yet, but it looks impressive.

I hope it lives up to your expectations. Thanks.
Direct Responses: Write a response