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


in reply to Regexp do's and don'ts

In my (somewhat devalued) opinion, there is only one DO... and one DONT... worthy of note.

  1. DON'T tell others what they should or should not do.
  2. DO explain to others why you choose to do (or not) certain things (in particular ways).

For bonus points, also explain why you (or others) might choose use the proscribed behaviour (or not use the advised behaviour) under some circumstances. Make particular emphasis upon explaining the deciding factors that would sway your decision against your norm.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
"Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon