Do you know Best Practise and Design Patterns for Adobe Air/Flex Applications?

Posted by Julian on Stack Overflow See other posts from Stack Overflow or by Julian
Published on 2010-06-02T08:19:23Z Indexed on 2010/06/02 8:23 UTC
Read the original article Hit count: 228

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about flex

Related posts about design-patterns