It is my impression that languages like Python and Java have much more standard conventions and they therefore seem more maintainable.

But neither Python nor Java has interesting standard conventions that prevent interesting maintainability problems!

You can always, always, always look up syntax in a language reference. Always.

You can't always look up why another coder used a particular algorithm or what a poorly-named variable signifies.

It's time to reject the idea that maintainability has anything to do with syntax (spend $40 on a language reference already!) or formatting (use a pretty printer!) and consider that maybe, just maybe, it's all of the creative work of writing programs that can get us into trouble.

Update: TimToady said s/maintainability programs/maintainability problems/.


In reply to Re: Some thoughts around the "is Perl code maintainable" discussion by chromatic
in thread Some thoughts around the "is Perl code maintainable" discussion by oyse

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.