Use basic guidelines when you name actions.

Write action names in English.

Start action names with a lowercase letter. Use an uppercase letter at the beginning of each conjoined word in the name. For example, myAction.

Make action names as explicit as possible, so that the function of the action is clear. For example, backupAllVMsInPool.

Make module names as explicit as possible.

Make module names unique.

Use the inverse Internet address format for module names. For example, com.vmware.myactions.myAction.