Posts Tagged ‘code conventions’

The convention for naming packages in Java follows the principle of using the reverse order of an internet domain name. Thus, if you own the domain “wordpress.com” and create a Java library called “fubar”, the name of the package should be “com.wordpress.fubar”. But what if you do not own, nor want to own (or no [...]