Skip to content

Latest commit

 

History

History
76 lines (68 loc) · 2.65 KB

function-prefix.md

File metadata and controls

76 lines (68 loc) · 2.65 KB

Function Prefix

A function prefix is one of more words at the start of a function name.

For example:

  • the is in isValue()
  • the mustBe in mustBeValue()

We use function prefixes to tell the end-user what kind of work a function does.

For example:

and so on.