Private Calls

**Private Calls** are calls a handler makes to private handlers. By convention they are usually named starting with an underscore.

We use private handlers to define code which is used several times in a script, or more often to make a long piece of code more readable - but that we do not wish another coder to refer to directly.

# Todo We wish to split the `# Calls` section of the Handler Template into publichj and private calls.