OOP can be "baby" or "bad" in the same way that structured programming can be.
Hence the qualification, even when it would be
a good way to solve the problem at hand. Some
problems do naturally lend themselves to OO, although
of course most don't. It's not something you need
to learn in your first couple of years of programming
in Perl, but eventually you pick it up and add it
to your tool belt.
[short, simple sentences] might just as well be a hallmark of good Perl.
Are you seriously arguing that the example I gave of
what I was talking about constitutes good code, or
are you just trolling?
Regarding simplistic comments:
Maybe "baby" is the reason but "bad" is the result.
I guess that depends on who's most likely to need
the comments, the baby programmer himself, or
someone else. Bear in mind, for someone new to
a language, comments that remind what even a
simple, built-in feature does can be useful.
A more experienced programmer just *knows*,
of course, and you wouldn't want to see such
comments in important code -- but important
code should be maintained by experienced programmers
in any case. I don't think it's bad, when learning
a language, to use comments as a reminder to oneself
of language features. I do think you want to grow
out of that as you gain more knowledge of the
language, of course.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
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, 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, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|