Skip to content

Namespaces should include the Vendor prefix #18

@TheDigitalOrchard

Description

@TheDigitalOrchard

Before this project gets too mature, take note that, by convention, namespaces should include the Vendor prefix.

For example:

namespace Prim;

should be:

namespace Jarzon\Prim;

This reduces the chances that similarly-named packages from multiple vendors will conflict.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions