Anggie Bratadinata wrote:
This is the simple app I created a few days ago, about which I'd like to have your expert advice on how to improve it or maybe how to code it in a much better way.
1. Comment your code! It looks structured enough, so adding comments should be easy. If you use FDT, using Javadoc is straightforward: http://java.sun.com/j2se/javadoc/writingdoccomments/
2. Are you using the MVC pattern? It's not really clear from the code, but it looks somewhat like it. If you aren't you should; if you are, maybe you could make it more clear, by changing class names, adding an interface or two, or adding comments.
3. What's "hl.as"? It's an ill chosen file/class name. -- Per _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

