Re: [Flashcoders] How to make flash more strict with errors ?

2006-05-10 Thread Paul BH
thats a very open question, even though it may not feel like it. here are some of the things you can do to try and reduce things happening unexpectedly: 1: In your classes make your variables / methods private unless they absolutely must be public. 2: Strictly type *everything* - this may seem

Re: Re: [Flashcoders] How to make flash more strict with errors ?

2006-05-10 Thread John Mark Hawley
. From: Paul BH [EMAIL PROTECTED] Date: 2006/05/10 Wed AM 09:34:33 CDT To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] How to make flash more strict with errors ? thats a very open question, even though it may not feel like it. here are some