Perhaps you intend to state things as rules of thumb, but that doesn't come across. You write for instance:
If you're within an object and you're doing 2- and 3-deep lookups into $self, you're programming horribly. It's mean, but true.
That doesn't sound as a "rule of thumb" to me, but a pretty rigid viewpoint. It's only after being remarked upon that you say something else:
I'm not advocating that all 2- and 3-level deep lookups are bad.
You also write:
In my eyes, you need to prove that a 3-deep lookup is necessary, within an object.
And in a next post, you write:
I'm not taking the position that it's a necessity or non-necessity.
For me, whenever I see ADT's, I automatically think of using objects and I would need reasons why they aren't necessary.
That's fine if it's your own code. But don't go preaching that everyone should be doing so, especially not in a thread where it would not solve the discussed problem. But perhaps your problem is:
I only skimmed the original post
Having good coding and design styles is good. But before you go preaching, open your mind for the alternatives; don't use dogma's but give reasons. And realize that what you find complex enough to wrap inside a method can be trivial for others. Also, keep in mind that while you easily grab to objects, others see Perl's OO system as being far from perfect.

There Is More Than One Way To Do It.

Abigail. (This will be my last post in this thread).


In reply to Re: Help with ADT by Abigail-II
in thread Help with ADT by dimmesdale

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.