Concatenation Tool
Posted by: Keith H in ActionScript 3, JavaScript, JSFL, XML, tags: ActionScript 3, CAML, combo, Concatenation, JavaScript, Jquery, JSFL, Python, SharePoint, String, videogames, XML, XULString'n together combos isn't always as fun as doing them in a fighting videogame.![]()

If you write script that has a lot String content mixed with variables, I'm sure you're doing a lot of heavy concatenation.
Building string combos with quotes and apostrophes sprinkled all over a script gets confusing. The way I like to keep this confusion to a minimum is to write my static markup separately. This allows me to make sure it shows up as intended. Then I concatenate my variables in all the places that need to have dynamic content.
Taking static markup or script and wrapping quotes around every line is a chore so I made this Concatenation Tool to help with that.
Currently I've only made this support languages I'm using mostly. If I have to use a new language I'd just add it in.
Read the rest of this entry »

Entries (RSS)