We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of kicking off with refactoring a script into a function, begin with a simple example that is built from scratch.
Probably best with something that performs a numerical operation - perhaps converting inflammation units or normalising a data set?
If we start with a function that performs a simple numerical operation, we can demonstrate that functions operate on arrays for free.
The text was updated successfully, but these errors were encountered:
Content essentially done for this. There's a bit of repetition - read through and remove this.
Sorry, something went wrong.
cjfullerton
No branches or pull requests
Instead of kicking off with refactoring a script into a function, begin with a simple example that is built from scratch.
Probably best with something that performs a numerical operation - perhaps converting inflammation units or normalising a data set?
If we start with a function that performs a simple numerical operation, we can demonstrate that functions operate on arrays for free.
The text was updated successfully, but these errors were encountered: