RE: ActionScript coding conventions

2013-11-06 Thread Kessler CTR Mark J
You can slash escape some characters as well.. Like \[Binding] -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Tuesday, November 05, 2013 10:58 PM To: dev@flex.apache.org Subject: Re: ActionScript coding conventions Hi, Also right towards the bottom

RE: ActionScript coding conventions

2013-11-05 Thread Maurice Amsellem
please -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : mercredi 6 novembre 2013 04:58 À : dev@flex.apache.org Objet : Re: ActionScript coding conventions Hi, Also right towards the bottom there's "i < n; " instead of "i &

Re: ActionScript coding conventions

2013-11-05 Thread Justin Mclean
Hi, Also right towards the bottom there's "i < n; " instead of "i < n". I can fix that if you want. Thanks, Justin

Re: ActionScript coding conventions

2013-11-05 Thread Justin Mclean
Hi, There's a minor formatting issue here I think. Use '' only if the value can be 'undefined'. You should generally use 'Object' rather than '', with 'null' being the “object doesn't exist” value. I assume it should be * inside the single quotes. Thanks, Justin

Re: ActionScript coding conventions

2013-11-05 Thread Mark Kessler
eview. > > Maurice > > -Message d'origine- > De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] > Envoyé : mardi 5 novembre 2013 22:47 > À : dev@flex.apache.org > Objet : RE: ActionScript coding conventions > > What is the "---

RE: ActionScript coding conventions

2013-11-05 Thread Gordon Smith
BTW, the section separators under "Class metadata" also got shortened. - Gordon -Original Message- From: Gordon Smith [mailto:gosm...@adobe.com] Sent: Tuesday, November 05, 2013 5:20 PM To: dev@flex.apache.org Subject: RE: ActionScript coding conventions Hmm... somewhere alon

RE: ActionScript coding conventions

2013-11-05 Thread Gordon Smith
Hmm... somewhere along the line extra blank lines are getting inserted by somebody's email system. - Gordon -Original Message- From: Gordon Smith [mailto:gosm...@adobe.com] Sent: Tuesday, November 05, 2013 5:11 PM To: dev@flex.apache.org Subject: RE: ActionScript coding convention

RE: ActionScript coding conventions

2013-11-05 Thread Maurice Amsellem
Thanks for reviewing. This is now fixed (was: hazardous global copy/replace :-) Maurice -Message d'origine- De : Gordon Smith [mailto:gosm...@adobe.com] Envoyé : mercredi 6 novembre 2013 02:11 À : dev@flex.apache.org Objet : RE: ActionScript coding conventions It looks great, Ma

RE: ActionScript coding conventions

2013-11-05 Thread Gordon Smith
...@systar.com] Sent: Tuesday, November 05, 2013 3:08 PM To: dev@flex.apache.org Subject: RE: ActionScript coding conventions https://cwiki.apache.org/confluence/display/FLEX/Flex+SDK+coding+conventions+and+best+practices Can you please review. Maurice -Message d'origine- De : Ma

RE: ActionScript coding conventions

2013-11-05 Thread Maurice Amsellem
ules". Is it enough ? -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : mercredi 6 novembre 2013 00:20 À : dev@flex.apache.org Objet : Re: ActionScript coding conventions Hi, > https://cwiki.apache.org/confluence/display/FLEX/Flex+SDK+co

Re: ActionScript coding conventions

2013-11-05 Thread Justin Mclean
Hi, > https://cwiki.apache.org/confluence/display/FLEX/Flex+SDK+coding+conventions+and+best+practices While the SDK generally follows most of these rules it's not 100% consistent, so probably should be noted that you should use local conventions in the case the SDK code varies from these rules.

RE: ActionScript coding conventions

2013-11-05 Thread Maurice Amsellem
 : RE: ActionScript coding conventions What is the "---" wiki on its own line? Is it to underline the text above ? -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : mardi 5 novembre 2013 22:30 À : dev@flex.apache.org Objet : RE: ActionScrip

RE: ActionScript coding conventions

2013-11-05 Thread Maurice Amsellem
What is the "---" wiki on its own line? Is it to underline the text above ? -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : mardi 5 novembre 2013 22:30 À : dev@flex.apache.org Objet : RE: ActionScript coding conventions >We have

RE: ActionScript coding conventions

2013-11-05 Thread Maurice Amsellem
novembre 2013 22:08 À : dev@flex.apache.org Objet : Re: ActionScript coding conventions On 11/5/13 1:05 PM, "Gordon Smith" wrote: >> it might be smart to link to the adobe wiki and give some sort of >>attribution. > >If we simply link to >http://sourceforge.net/ad

Re: ActionScript coding conventions

2013-11-05 Thread Alex Harui
On 11/5/13 1:05 PM, "Gordon Smith" wrote: >> it might be smart to link to the adobe wiki and give some sort of >>attribution. > >If we simply link to >http://sourceforge.net/adobe/flexsdk/wiki/Coding%20Conventions/ then >people will see wiki markup rather than the intended HTML. Sorry, wasn't cle

RE: ActionScript coding conventions

2013-11-05 Thread Gordon Smith
unless someone is willing to also change the code so that the two things are in sync. - Gordon -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Tuesday, November 05, 2013 12:10 PM To: dev@flex.apache.org Subject: Re: ActionScript coding conventions Yes because it is CC-BY

Re: ActionScript coding conventions

2013-11-05 Thread Alex Harui
;Maurice > >-Message d'origine- >De : Erik de Bruin [mailto:e...@ixsoftware.nl] >Envoyé : mardi 5 novembre 2013 19:25 >À : dev@flex.apache.org >Objet : Re: ActionScript coding conventions > >I don't think we copied them over to Apache Flex yet... All I could f

RE: ActionScript coding conventions

2013-11-05 Thread Maurice Amsellem
Is it legal to copy them to our Apache Flex wiki ? I can do it, and also restore the formatting... Maurice -Message d'origine- De : Erik de Bruin [mailto:e...@ixsoftware.nl] Envoyé : mardi 5 novembre 2013 19:25 À : dev@flex.apache.org Objet : Re: ActionScript coding conventio

Re: ActionScript coding conventions

2013-11-05 Thread Erik de Bruin
I don't think we copied them over to Apache Flex yet... All I could find was this: http://sourceforge.net/adobe/flexsdk/wiki/Coding%20Conventions/ EdB On Tue, Nov 5, 2013 at 7:16 PM, Gordon Smith wrote: > Didn't we used to have a coding conventions document for committers to > follow? I can'

ActionScript coding conventions

2013-11-05 Thread Gordon Smith
Didn't we used to have a coding conventions document for committers to follow? I can't find it anywhere on the site. - Gordon