Function Naming Assistant

Let me help you generate meaningful function names.

One of the most difficult things about programming is comming up with meaningful function names. Use the Function Name Assistant to generate function names.

Tips

  • 1. Keep your function styling consistent. If you are using camelCase, then use it for all your function names.
  • 2. Think about what your function will do. Make sure there are no side effects, and that the name describes the "function" of the function.
  • 3. Action and Verb. What action (verb) is the function performing, and what (noun) is it acting on?
  • 4. The noun can be more than one word. Function Name Assistant will format the noun based on your naming convention.






Privacy Policy