[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Omaha.pm] Indirect object syntax BAD



Recapping in case you don't follow the same folks I (@deafferret) do on Twitter:

Bad:  my $obj = new Foo;

Good: my $obj = Foo->new;

Why?
   http://markmail.org/message/vooz7qqlm6b23hy7#query:+page:1+mid:o7d5sxnydya7bwvv+state:results

:)

j