I was not involved in programming back then, so I won't comment on why OO came to be accepted.

But I disagree on the theory that OO reflects Real Life very well.

The big thing that OO does is provide a way to organize logical models of a system which provides natural lines along which to modularize, encapsulate, and reuse behaviour. However in providing ways to organize your mental models, it also channels them. Those channels very often do not really fit the messy ways that people work in real life. People's models tend to contain parallel, conflicting classifications, are full of nasty little exceptions, and tend to adjust over time to fit a changing understanding of the world. And so it takes some experience with OO to be able to produce designs that avoid common design mistakes.

And this is an issue that I am very aware of personally. My mental models often do not map particularly well onto an OO framework. As a result, for me OO programming sometimes feels like working in a straight-jacket...


In reply to Re (tilly) 14: Perl6 headaches? by tilly
in thread Perl6 headaches? by mattg

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.