put it away. please.

I've seen a lot of home-rolled templating systems, and none of them come even close to The Template Toolkit, most of them were quite frankly awful and became a maintainence nightmare by the time I'd arrived to work on them - sounds like you've created just such a monster to make life miserable for whoever comes into your business.

A better plan would be to see how much work it would be to take the unique elements or bespoke bits of your templating system and provide them as a plugin for TT so that you don't have a nightmare legacy for the next 5 to 10 years that holds back your company and causes people to quit.

In case it hasn't become clear yet, I've left jobs because people thought they could build a better PHP, ASP, TT and failed. In every case they struggled to maintain, document and extend their systems and fell behind as staff struggled to learn it and left or became unproductive as they tried to make it handle new requirements.

In reply to Re: Yet Another Templating System by Anonymous Monk
in thread Yet Another Templating System by ruzam

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.