Rule for Developer
- Naming Rule for Small Tools
- The first character is lower case in the case of a non-interactive tool.
- The first character is upper case in the case of an interactive tool.
- The first word should indicate which object to operate.
- The words except for the first word should begin at the upper-case character.