my problem with Moose is that its documentation becomes obsolete
as time passes by and it is spread(presentations,articles,cookbooks,cpan docs) all over the internet.
noone seems to understand that for it to be attractive for developers
it needs to have nicely binded documentation in one place and one place only.
if I go to #moose people are nice, but it is not nice for me to come knocking on
their door each time I hit a bump in the road just because noone took the trouble
to nicely bind and write a good documentation for the project.
and if documentation isn't enough or well written or any at all ,
they suggest to read the source code,but that would be an effort for my side
so big,that it would mean not only I am trying to learn Moose but also it's internals,
the latter of which was not my intention at all.

as a sidenote:
if I want to learn c++ it doesn't require me to understand the internals and/or read it's
source code(altough on some occasions it is useful)I just need to read the description of what each class does,it's methods,some
examples and I can start using it

In reply to Re^2: looking towards learning OOP by spx2
in thread looking towards learning OOP by spx2

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.