andreas1234567 has asked for the wisdom of the Perl Monks concerning the following question:
Does such a policy exist? If not, are there policies that are similar that I can base this new one on?# Correct: if($logger->is_error()) { $logger->error("Erroneous array: @super_long_array"); } # Wrong - should emit a Perl::Critic warning $logger->error("Erroneous array: @super_long_array");
|
---|