Good Tips When Using Cairngorm in Flex Applications
Cairngorm is a useful micro architecture for Flex. Its a basic framework on building applications. Many of you have adopted Cairngorm and given it a try in your apps. Here are some useful tips that could help aid in your development.
Constants
Create a constants folder in your apps package contents under com.companyname.applicationname.constants. This folder will hold all your constants in your application. This doesn’t include any event constants, keep those in your event classes. We are talking about your media library, application states, and so forth. This is also a … Continue Reading

