1
vote
How much logic should be included in a Flex MXML attribute?
It's not a good idea to put more than one liner inline. Hard to read, hard to debug.
To make the inline code more readable though, put it inside the curly braces and write it in multiple lines. …
1
vote
