wok annotate perl-common-sense/description.txt @ rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (23 months ago)
parents
children
rev   line source
Hans-G?nter@24185 1 This module implements some sane defaults for Perl programs,
Hans-G?nter@24185 2 as defined by two typical (or not so typical - use your
Hans-G?nter@24185 3 common sense) specimens of Perl coders.
Hans-G?nter@24185 4 In fact, after working out details on which warnings and
Hans-G?nter@24185 5 strict modes to enable and make fatal, we found that we
Hans-G?nter@24185 6 (and our code written so far, and others) fully agree on
Hans-G?nter@24185 7 every option, even though we never used warnings before,
Hans-G?nter@24185 8 so it seems this module indeed reflects a "common" sense
Hans-G?nter@24185 9 among some long-time Perl coders.
Hans-G?nter@24185 10
Hans-G?nter@24185 11 The basic philosophy behind the choices made in common::sense
Hans-G?nter@24185 12 can be summarised as: "enforcing strict policies to catch as
Hans-G?nter@24185 13 many bugs as possible, while at the same time, not limiting
Hans-G?nter@24185 14 the expressive power available to the programmer".