Why do people add com or org folders in their project?
Printable View
Why do people add com or org folders in their project?
Read this.
kind regards,
Jos
True, but commonly referred as naming conversion I guess. ;)
think if you have a package myutilities with a class ReadFile in it. Now if somebody else use the same package name and the same class name in an other project when you merge these two packages the name of the class is no more unique and you are no more sure which class will be used. as already mentioned a solution to this problem was to use the reverse of the top level domain name in the package name, because the top level name is worldwide unique.