I tend to work pretty hard to preserve the illusion of continuity from the users point of view. However its not always possible to do this. Sometimes preserving continuity comes at the cost of performance and system stability. And when that happens I have no regrets about breaking things.

For instance some of our tickers were designed long before we had so many users and so many posts and just in general so much going on. Some of them had no restrictions on the size of the data set they returned, etc. So as the site grew they werent able to scale up. So they have to be changed.

Other non-backwards compatible changes involve things like making the tickers more consistant. Which while it does occasionally involve breakage, I believe that it is in the long term benefit of the site.

---
$world=~s/war/peace/g


In reply to Re^2: perlmonks changes by demerphq
in thread perlmonks changes by malaga

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.