Quote:
Originally Posted by zokemon
It's not bad scripting... If I want to have a dot in my variable name, I shall!
I don't see how it has to do with GS1 at all though.
|
GS1 wasn't really object-based so dots didn't matter as much. Dots are used for changing object scope mainly in many languages and in GS2 which is why its bad to use them in variable names. Other languages (Java, C++) don't compensate for that and you would simply get an error if you tried.