I'd like to publish a small open-source library in Java. I wonder what package name should I choose? I'm not a company and I don't have a domain that I could use as the basis for naming the package according to the naming conventions. Still I'd like to somehow follow the naming conventions to prevent an accidental conflict and to keep things standard.
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
Why not make use of your surname? Something like |
|||||
|
If you don't have a domain name, you can still use that naming convention and name it |
|||
|
SOSJP
- Small Open-Source Java Project. IF you want to avoid any conflicts, add timestamp to this name - so it will becomeSOSJP1351952637112
. Irony aside, - don't worry about conflicts, you can always rename later. – c69 Nov 3 '12 at 14:24