| CPAN Ratings (Gamma) Class-Accessor reviews | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of Class-Accessor
1 out of 4 found this review helpful:
Nice module =)
It's easy to use and it is not overfeatured.
I personally recommend the use of the follow_best_practice method.
Tina - 2006-07-13 16:28:14
Was this review helpful to you?
Yes
No
It does the trick and saves a lot of repetative typing to implement no-frills classes.
One downside: there is very little error checking, so if you mistype the name of an accessor when you are constructing it using the new( { accessor => value } ) style, then it will miss it and cause some unexpected problems in your code.
If you need more robust features, this might not be for you.
Robert Rothenberg - 2004-11-02 18:19:16
Was this review helpful to you?
Yes
No
An excellent way to create standard accessors and mutators for your objects. Very fast and with explicit declarations (rather than relying on the AUTOLOAD bodge).
Slight problem if you or any of your super or sub classes ever define a method called 'get' or one called 'set', but otherwise wonderful.
Iain Truskett - 2003-08-15 05:25:30
Was this review helpful to you?
Yes
No
|
|
|