-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plugin rename #1
Comments
#1 voxel-skyhook On the other hand, I think it's simpler to have a flatter naming scheme (some good philosophy from Python: https://www.python.org/dev/peps/pep-0020/ "flat is better than nested"). The voxel- prefix is useful since it shares a namespace with other modules on npm (although, maybe even that is unnecessary if voxel plugins switch to an independent registry or scoped package names: https://docs.npmjs.com/misc/faq#why-no-namespaces), avoiding naming collisions. Creating a voxel-block-, voxel-item-, etc., hierarchy would add more information but has disadvantages too:
|
Some relevant recent developments:
|
Another point, |
A more generic naming scheme such as voxel-block-* would be useful to designate between adding functionality and adding items/blocks etc.
suggested rename: voxel-block-skyhook
The text was updated successfully, but these errors were encountered: