Skip to content

How to name packages in Java? #18

@mrkn

Description

@mrkn

There is no package naming convention in Java style guide.
I want to know how to name packages with two or more words.

Which of these is better?

  • com.cookpad.fooBarBaz
  • com.cookpad.FooBarBaz
  • com.cookpad.foo_bar_baz
  • com.cookpad.foobarbaz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions