Sunday, October 5, 2008

Flexing Flex

For so many days, I have been surfing internet to get hold of Flex3. I went through so many sites, and realized there are only few sites that really talk about moving from Flash scripting to Flex scripting. I realized that in order to Flex you need to change your mindset and start looking at the solution from a different side, well I name it Flexangle. Anybody who is more convenient with traditional programming or linear programming has to change the way they create solution.
You need to OOP(Object Oriented Programming) instead of SPT(Sequential Programming Techinques). It took me a week and a book to start thinking differently. This is more like dividing each piece of our application or program different blocks and then use those blocks whenever needed. I personally feel once you start thinking like this, you can code in Flex. People who are pro in java/c++ are the best guys to start coding in Flex. Flex has a long way to go and there is a need for developers who can easily code in Flex. I guess anybody who is coding in Flash needs to start thinking about coding in Flex also, else they will be overthrown by Flex programmers.