http://qs321.pair.com?node_id=964427


in reply to Re^4: Common Perl Pitfalls
in thread Common Perl Pitfalls

Not everybody
Ah, but I don't have to write my production code for everybody. At best, only a hundred or so eyes will see my production code before it's obsolete or rewritten.

Replies are listed 'Best First'.
Re^6: Common Perl Pitfalls
by dwalin (Monk) on Apr 11, 2012 at 00:24 UTC
    Well, I would consider myself lucky if I could afford writing production code knowing that only people smarter than me will ever see it. Not there yet, if ever.

    Regards,
    Alex.

      I work with people who can do at least one of the following:
      • Have seen the idiom before. (If you think I invented the line we're talking about, you're mistaken).
      • Understand the code we're talking about.
      • Read the manual pages.
      • Run git blame and ask.
      I'm sorry you have to work with people who lack all of those skills.