Package naming convention

Viewed 254

The typical case is that a package is prepended with a url, to prevent conflicts.

E.g. com.example.helloworld

What do you do with a multi-part TLD, e.g. co.nz?

  1. co.nz.example.helloworld, or
  2. nz.co.example.helloworld

Thoughts?

1 Answers
Related