Before this project gets too mature, take note that, by convention, namespaces should include the Vendor prefix. For example: ```php namespace Prim; ```` should be: ```php namespace Jarzon\Prim; ``` This reduces the chances that similarly-named packages from multiple vendors will conflict.
Before this project gets too mature, take note that, by convention, namespaces should include the Vendor prefix.
For example:
should be:
This reduces the chances that similarly-named packages from multiple vendors will conflict.