Skip to content

Commit cabc7b4

Browse files
committed
Add a note about the project.core naming convention
1 parent 7ea8847 commit cabc7b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,11 @@ When naming namespaces favor the following two schemas:
845845
* `project.module`
846846
* `organization.project.module`
847847

848+
When you're following the `project.module` naming scheme and your project
849+
has a single (implementation) namespace it's common to name it `project.core`.
850+
Avoid the `project.core` name in all other cases, as more informative names
851+
are always a better idea.
852+
848853
=== Composite Word Namespace Segments [[naming-namespace-composite-segments]]
849854

850855
Use `lisp-case` in composite namespace segments (e.g. `bruce.project-euler`).

0 commit comments

Comments
 (0)