"Your sensibility is perfect I think. Short variable names / descriptors are false economy. They waste 10x more developer time in squinting, guessing, look-ups than they save in typing or appease in decorative sensibility."

I can't agree more with this. I write in several languages, and across all of them, I can present a consistent example: It sucks when someone creates a function/method named something like vm() in the context of actuating/instantiating something in a Virtual Machine API, come to find after digging for 30 minutes that it means vacuum manipulation, completely irrelevant to what you'd think it means.

A few extra keystrokes in a function name goes imho a long way in not having to delve deep in many cases.

This is a well thought out addition to the existing functionality. I like how you've ensured 100% test coverage across everything, even the 'parent' ;)

Good job davido, thank you.


In reply to Re^6: parent::versioned supports minimum version specification in parent classes by stevieb
in thread parent::versioned supports minimum version specification in parent classes by davido

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.