Archive for June, 2006

Free Tools: mxmlc.exe and AS3

Thursday, June 29th, 2006

About two days ago, I was doing some research on getting Edit Plus 2 to fire up mxmlc.exe. I read the docs and in my opinion it was very minimal when it came to do a simple Hello World. What was positive about that experience was that I understand the numerous compiler options and I [...]

Using org.as2lib.test.unit API

Wednesday, June 21st, 2006

Nicholas Lesiecki: A good automated test suite for an application should look like the diagram
Lately, I’ve been using iteration::two’s AS2Unit for my Unit Testing needs and I think it’s been great. It’s a good starting to point to get into the world of Test Driven Development (TDD). I was gonna print out handy list of [...]