We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
project.core
1 parent 7ea8847 commit cabc7b4Copy full SHA for cabc7b4
README.adoc
@@ -845,6 +845,11 @@ When naming namespaces favor the following two schemas:
845
* `project.module`
846
* `organization.project.module`
847
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
+
853
=== Composite Word Namespace Segments [[naming-namespace-composite-segments]]
854
855
Use `lisp-case` in composite namespace segments (e.g. `bruce.project-euler`).
0 commit comments