Skip to content
Snippets Groups Projects
Unverified Commit 12ad0690 authored by homotechsual's avatar homotechsual Committed by GitHub
Browse files

Merge pull request #649 from artfulrobot/issue-648-extension-naming

Update information on deprecated backwards naming - issue #648
parents 13bd74e6 56aa9885
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,10 @@ This section covers how to write extensions.
## Extension Names
All extension names follow the same convention as Java package names – they look like reversed domain names. (e.g. `com.example.myextension`). For module-extensions, the last word in the module name will be the module's *short-name*. The short-name *must* be unique. It is possible to pick a different short-name, but that requires extra work.
Pick a unique single word for your extension's name. Note that this name is used throughout the extension's code, e.g. function names, so it should only include characters that can be safely used in that way.
``` info
Historically, extension names used to follow the same convention as Java package names – they look like reversed domain names. (e.g. `com.example.myextension`), but this is no longer the recommendation.
## Pre-Requisites
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment