Forum Moderators: phranque
Im sure there is something out there that we could use as a baseline (I just cant seem to find it).
thanks
john
I have found one resource [kuse.ite.mh.se] that has tips and cautions that can be of use in developing your own conventions. Theyre mixed in with a basic js tutorial. Here's a sample of the kind of guidelines they offer:
CAUTION:
It is bad practice to change the implicit data type of a variable. If a variable is initialized to have a certain type (such as string) it should always have that type.