Filed Under: Flex
I don’t usually write about other people’s articles or write blog posts saying “read this great article”, but now I do. Read this great article called “ActionScript Collections and Functional Programming” by Bruce Eckel. It dives into details about, well you guessed it, collections and functional programming and how it relates to Action Script. Having done a bit of AS coding in the past few months I greatly appreciate this article as it dives into details about an essential part of any programming language, lists.
When you write code you are using collections of items probably without giving it much thought. This is why I think this article is great because it makes you think about how small things in something as simple as collections can have a big impact on your code. When working with Flex the small things do have a tendency to get forgotten while working with monster components like the DataGrid or by wresteling with frameworks such as Cairngorm. While we get caught up in all the hassel with these larger parts of Flex the small things tends to be forgotten and as a result we get more problems. I’d like to thank Mr Eckel for writing this article and reminding me that the little things do actually count and now I can not wait to get started on one of the latest books I purchased: Beautiful Code.
Subscribe to comments feed (this is global, not just for this entry)
When it comes to patterns there is one I always tend to use when writing Flex applications and that is the Presentation Model pattern. Using this pattern I am actually able to unit test most of my UI logic without having to write fragile tests which involve testing the actual UI components. recipie However there [...]
Being accustomed to the development tools for Java development it has been really frustrating to move into the world of Flex and Action Script with it’s immature IDE’s. However it seems as if this is finally getting attention at Adobe and the Open Source project FlexPMD is really becoming a great tool for assuring quality [...]
I have for some time been running Ubuntu on my work-at-home-computer. Having to work with Flex on Linux is a constant struggel and I can understand why most people would just give up. I can see that the number of Flex developers on Linux is quite small, however I think it’s a shame that we’re [...]