On 12/21/06, Wagner Amaral <[EMAIL PROTECTED]> wrote:
The last break on default is considered by some to be a coding standard, by which you explicitly say you wanted to leave the default block empty, and not just simply forgot. Also, if unadvised people add code at the end of the switch without realizing the missing break, your default will fall-through.
Good point. Well, in any event, it doesn't hurt, I suppose. -- T. Michael Keesey The Dinosauricon: http://dino.lm.com Parry & Carney: http://parryandcarney.com ISPN Forum: http://www.phylonames.org/forum/ _______________________________________________ [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

