Muzak wrote:
> There's a non-official guide here:
>
> http://blog.dclick.com.br/2007/02/13/adobe_flex_coding_guidelines_english/
> http://blog.dclick.com.br/wp-content/uploads/adobe-flex-coding-guidelines-v12-english.pdf
>
>   

Thank you, it is very interesting and I follow the most part of the
rules. I haven't found any suggestion how to name event and event handlers.
Looking at UIComponent.as it seems that events doesn't have any special
suffix (eg itemSelectedEvt or itemSelectedEvent) instead of function
handler that always use the "handler" suffix (eg
updateCompleteHandler(event:FlexEvent):void).
I don't like very much to use a suffix for event handlers because at
some point they create a "semantic" friction, but if I have to do I
would probably prefer to use the prefix "on" (onCreationCompletePod) as
in the dashboard application:
http://examples.adobe.com/flex3/labs/dashboard/srcview/index.html





-- 
FABIO SERRA - faser(at)faser.net
PGP available



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to