Good questions...
  1. We're talking about ~8,000 lines of code
  2. The language, although not Perl, is in active development, and we plan to continue developing in such (even though I am currently the only programmer at my company)
  3. I would consider myself of an intermediate skill level in the language, I am fluent in the available built-ins and can translate most algorithms that I find in other languages (and in general algorithmic notation) to the language at hand.
  4. The code belongs to my company, is not Open Source, and they are fairly resistant to change (as far as a change in language is concerned), but I have a fairly free reign over implementation as long as all design requirements are met.
  5. Everything is pretty stable in this regard.
  6. The code is intended for computer based training apps, so bugs are annoying (although as everyone, I'd prefer if there were none), but will not cause loss of life or property.
  7. The code as I got it is good beta code, although there were minor bugs. The main thing is the additional functionality that I am required to make, changes in existing functionality, as well as fixing existing bugs when found by our testers.
  8. It is a stand-alone app.
  9. There is little documentation besides the comments in the code itself (which reside in a range from good in parts to unhelpful/nonexistant.
  10. Thanks


    In reply to Re: Re: Difficult code (Resolutions) by xChauncey
    in thread Difficult code (Resolutions) by xChauncey

    Title:
    Use:  <p> text here (a paragraph) </p>
    and:  <code> code here </code>
    to format your post, it's "PerlMonks-approved HTML":



  11. Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  12. Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  13. Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  14. Please read these before you post! —
  15. 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
  16. 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;
  17. Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  18. See Writeup Formatting Tips and other pages linked from there for more info.