Weaver, Quinn BGI SF ([EMAIL PROTECTED]) wrote: > > From: Adam Spiers [mailto:[EMAIL PROTECTED]] > > > Time for a quick poll; can we reach a consensus on whitespace policy? > > I'm with you.
Cool :-) While we're at it, another quick poll: my $self = shift; my $arg = shift; or my ($self, $arg) = @_; ? IIRC some of my cow-orkers here benchmarked it and found that the latter was noticeably faster. I've added a coding conventions section to doc/consensus.txt for this stuff. With the presence of the various branches around, I think it's important that we only edit doc/consensus.txt in HEAD. _______________________________________________ Perlunit-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/perlunit-devel
