Do you know Best Practise and Design Patterns for Adobe Air/Flex Applications?
- by Julian
I'm going to write an application with the Air/Flex-Framework. I'm looking for Best Practise and general Design Patterns for designing software especially in Air/Flex.
I have experience with this framework but never had the pleasure to write a piece of software from scratch.
For instance:
I stumbled across lots of software written in Air/Flex with nearly infinity global vars :-)
Most of the software I saw was not object-oriented
How can I pack the asynchronous method calls nicely?
I'm familiar with general design patterns by gamma. I'm looking more for advise in designing good quality software with Adobe Air/Flex.