I have a third-party SDK in C # that 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
... etc.
Is there any point in this that I am missing? Or is it just a coding style?
The SDK is more detailed than it seems necessary in several ways, which leads to thousands of string .cs files, so I'm ready to accept the person who wrote it with a different coding style, m is used for (or paid for each byte: D)
source
share