Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: How to test all TT2 tags are escaped.

by sundialsvc4 (Abbot)
on Oct 29, 2013 at 14:48 UTC ( [id://1060167]=note: print w/replies, xml ) Need Help??


in reply to How to test all TT2 tags are escaped.

The OP already says that there is an “eyeball-based” review process that goes into this, and such process will have to remain in place.   I have worked with shops that did use git pre-commit filters, and usually one of two things happened:

  • Version-control was end run.
  • The git-filter replaced inspection ... if the code passed the filter, it was not examined further.

What did work well ... was a syntax-highlighting filter built into the text editor, in this case Eclipse.   The content of a TT2 macro-sequence was highlighted in one color.   (This much was already available.)   A new custom filter was added which flagged specific error-cases (and added a high-priority message to the editor status-line.)   This made the practice “eyeball evident” for ease of review.   But there was nothing to prevent you from committing anything you wanted to commit, anytime you wanted to commit it, and pushing those changesets to the repo.   The manual eyeball-review of all changesets (in the production or integration branches) still occurred as a mandatory part of the pre-deployment review process.   The highlighting made it considerably easier, though, and it reduced the number of erroneous commits very quickly.   No one wants to “do it wrong.”   An editor highlighting-macro gives subtle and immediate feedback, just as it does when any of us are writing source-code, CSS files, or what-have-you.

  • Comment on Re: How to test all TT2 tags are escaped.

Replies are listed 'Best First'.
Re^2: How to test all TT2 tags are escaped.
by chrestomanci (Priest) on Oct 30, 2013 at 08:58 UTC

    Hello sundialsvc4

    I use eclipse, and that costom filter looks very interesting. Are you able to post a link or a copy of the source code?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1060167]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-19 15:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found