Re: [Flashcoders] Naming conventions for AS2.0 ...

2006-02-02 Thread Tyler Wright
I also find that, if you keep your classes appropriately succinct then all of your variables (and their types) are usually defined within close proximation to where you use them. Local variables are a lot more common, and your class properties should be intuitively descriptive of what they do in t

Re: [Flashcoders] Naming conventions for AS2.0 ...

2006-02-02 Thread Ian Thomas
On 2/2/06, Adrian Lynch <[EMAIL PROTECTED]> wrote: > > Also, if you're working on a project with others, be consistent with each > other. If it's a fresh project, have a chat about what to use. If you're > coming on board you might be more inclined to follow what's already there. Amen. If you'r

RE: [Flashcoders] Naming conventions for AS2.0 ...

2006-02-02 Thread Adrian Lynch
way through a project! Adrian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stephen Ford Sent: 02 February 2006 01:53 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Naming conventions for AS2.0 ... Does anyone have an opinion, or a preferre

RE: [Flashcoders] Naming conventions for AS2.0 ...

2006-02-02 Thread Nick Weekes
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Thomas Sent: 02 February 2006 09:49 To: Flashcoders mailing list Subject: Re: [Flashcoders] Naming conventions for AS2.0 ... In the days of old compilers and IDEs I used to use complicated naming conventions - including the (horrible) Hungarian

Re: [Flashcoders] Naming conventions for AS2.0 ...

2006-02-02 Thread Ian Thomas
In the days of old compilers and IDEs I used to use complicated naming conventions - including the (horrible) Hungarian notation mentioned above (But it did help at the time. I think. When wading through piles of someone else's mangled C code.). Now with more sensible IDEs that can do autocompleti

Re: [Flashcoders] Naming conventions for AS2.0 ...

2006-02-01 Thread Mark Walters
mcImage, I don't think that prefix is recognized in any dev app. > > I know image_mc works in Flash and I think sepy for code hinting > > > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Ford &g

RE: [Flashcoders] Naming conventions for AS2.0 ...

2006-02-01 Thread Scott Hyndman
often preclude the need to using prefixes to indicate type. Scott -Original Message- From: [EMAIL PROTECTED] on behalf of Stephen Ford Sent: Wed 2/1/2006 8:53 PM To: flashcoders@chattyfig.figleaf.com Cc: Subject:[Flashcoders] Naming conventions for AS2.0 ... Does

Re: [Flashcoders] Naming conventions for AS2.0 ...

2006-02-01 Thread JesterXL
Naming conventions don't matter. What matters is whatever you pick, be consistent. - Original Message - From: "Stephen Ford" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 01, 2006 8:53 PM Subject: [Flashcoders] Naming conventions for AS2.0 ... Does anyone

Re: [Flashcoders] Naming conventions for AS2.0 ...

2006-02-01 Thread Ramon Tayag
[mailto:[EMAIL PROTECTED] On Behalf Of Stephen Ford > Sent: Thursday, 2 February 2006 12:53 PM > To: flashcoders@chattyfig.figleaf.com > Subject: [Flashcoders] Naming conventions for AS2.0 ... > > > Does anyone have an opinion, or a preferred method, in regards to > namin

RE: [Flashcoders] Naming conventions for AS2.0 ...

2006-02-01 Thread Bjorn Schultheiss
06 12:53 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Naming conventions for AS2.0 ... Does anyone have an opinion, or a preferred method, in regards to naming conventions for AS2.0 objects ? For example, Macromedia recommends: clip_mc (movie clip) comm_lc (local conne

[Flashcoders] Naming conventions for AS2.0 ...

2006-02-01 Thread Stephen Ford
Does anyone have an opinion, or a preferred method, in regards to naming conventions for AS2.0 objects ? For example, Macromedia recommends: clip_mc (movie clip) comm_lc (local connection) names_array (array) beep_sound (sound) field_txt (text field) etc, etc, etc but what if I wanted to us