Hello,
I have a third party SDK in C# which has class names like this:
com.companyname.productclass.enterprise.productname.sdkname.namespace
com.companyname.productclass.enterprise.productname.sdkname.namespace.objects
com.companyname.productclass.enterprise.productname.sdkname.namespace.objects.fields
com.companyname.productclass.enterprise.productname.sdkname.namespace.objects.fields.data
com.companyname.productclass.enterprise.productname.sdkname.namespace.security
... and so on.
Is there some point to this that I'm missing? Or is just a matter of coding style?
The SDK is rather more verbose than seems necessary in several ways, resulting in multi-thousand line .cs files, so I'm willing to accept the person(s) that wrote it have a different coding style to what I'm used to (or were being paid per byte :D )