If you search these forums for 'unit test', you'll find most of the advice centers around testing pieces in isolation. An undesirable effect of the Singletons can be the inability to start each test with a fresh set of core actors.
An interesting 'feature' of MultiCore in regards to testing is that you can have a fresh core for each test. Just use a unique Multiton key each time. So even if you're not using modules or loaded swfs with separate 'cores' running in them, the testing side of things may make MultiCore a little more attractive.
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.