FLEX components: updating import statements to move the component into another folder

Posted by Patrick on Stack Overflow See other posts from Stack Overflow or by Patrick
Published on 2010-03-23T22:29:32Z Indexed on 2010/03/23 22:33 UTC
Read the original article Hit count: 258

Filed under:
|

hi,

I've just imported a Flex component into my project. I have a theory question about importing.

all the imports statements in the component source files started with "com.subFolder.etc", but I have preferred to move the component folders into "componentName" and to replace all import statements as "componentName.com.subFolder.etc"

Is this ok ? Everything works perfectly, but I was wondering if the method is correct.

thanks

© Stack Overflow or respective owner

Related posts about flex

Related posts about import