Always specify parameters
Don't omit parentheses on builtin methods:
our Str multi method lc is export { ... } # probably wrong our Str multi method lc() is export { ... } # better
Rakudo Perl | Hacking Rakudo Perl | #80 |
Don't omit parentheses on builtin methods:
our Str multi method lc is export { ... } # probably wrong our Str multi method lc() is export { ... } # better
Copyright © 2009 http://www.pmichaud.com/2009/pres/ |