Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function naming update #56

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Function naming update #56

wants to merge 3 commits into from

Conversation

ryanjcarroll
Copy link
Collaborator

Update to all function names to enforce the function naming schema

The schema is as follows:

{function_type}_{library_name}_{function_description}

Parameters:

function_type : activity, orchestrator, http, timer
library_name : a brief tag that will be applied to all functions in that project and is unique to that project
function_description : present-tense, verb-form description of what the function does

Examples:

activity_microsoftGraph_sendEmail
orchestrator_moverSync_validateAddresses

The schema is as follows:

{function_type}_{library_name}_{function_description}

function_type : activity, orchestrator, http, timer
library_name : a brief tag that will be applied to all functions in that project
function_description : present-tense, verb-form description of what the function does

Examples:
activity_microsoftGraph_sendEmail
orchestrator_moverSync_validateAddresses
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant