NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Re: Poll: Why aren't you using traits? (Score:1)
Re: Poll: Why aren't you using traits? (Score:2)
So far you're the only person to give that answer. May I ask why you prefer it?
Reply to This
Parent
Re: Poll: Why aren't you using traits? (Score:1)
I've never use traits. From what I read about it, it's yet another band-aid to supposedly fix what's wrong with multiple inheritance. IMO, there's nothing wrong with MI (except that people keep writing constructors that initialize objects, making it hard to do MI - but that's not the fault of MI, it's the programmers that need to meet Mr. Clue by Four). MI is good enough for me - no reason to use traits, or mixins, or what