http://www.perlmonks.org?node_id=745147


in reply to On Coding Standards and Code Reviews

Remember that code maintainability is paramount.

Here here. By definition, if the code is maintainable, you can change it to also conform to any/all of the other standards afterwards.

Of course, there's plenty to say about how to make code maintainable...

--
use JAPH;
print JAPH::asString();