Le 26/02/2014 04:05, Brad Jorsch (Anomie) a écrit :
Is there a difference between Extension\ClassName and Extension_ClassName, collision-wise? i.e. if two extensions both use "Extension" as a namespace and define "ClassName", what happens?
I guess when in the namespace 'Extension' you can refer to 'ClassName' directly which saves a few keystrokes.