Greg Ligierko wrote:
1) Do not instantiate objects in properties declaration list. Its 99%
cases bad.

Allow me to explain why it is bad. It is due to the object only being created once. Not once per instance of the class, but once total. This is clearly going to cause issues for any class that is used more than once.
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to