in reply to Re^3: RFC: Integer::Partition::Unrestricted
in thread RFC: Integer::Partition::Unrestricted
You could make that argument, but it fails when you need to use those builtins inside the package that defines those methods. And, just because Unix is vowel-deficient doesn't mean that you need to be. :)
Well - that depends on how you call them. As long as you carry on calling them as methods you'll be just fine - inside the declaring package or not.
Personally I'm anti using keywords in procedural/functional APIs for exactly the reason you put forward. For OO interfaces I think it's fine - as long as the functionality matches the keywords they're copying. pos works well for me in this instance.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: RFC: Integer::Partition::Unrestricted
by brian_d_foy (Abbot) on Feb 28, 2006 at 17:25 UTC | |
by adrianh (Chancellor) on Feb 28, 2006 at 17:47 UTC | |
by Aristotle (Chancellor) on Mar 01, 2006 at 15:19 UTC | |
by adrianh (Chancellor) on Mar 02, 2006 at 16:31 UTC |