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

Create Pure Functions lesson #599

Closed
wvmitchell opened this issue Jan 30, 2023 · 0 comments · Fixed by #604
Closed

Create Pure Functions lesson #599

wvmitchell opened this issue Jan 30, 2023 · 0 comments · Fixed by #604
Assignees
Labels
Lesson An issue affecting a lesson M1 M1 task

Comments

@wvmitchell
Copy link
Collaborator

wvmitchell commented Jan 30, 2023

Topic to be covered: [Pure Functions]

Summary of need:

  • Students need to understand the basics of what makes a function 'Pure'
  • Students should also have an understanding of how purity could be violated
  • Students should have a rough understanding of the benefits to using pure functions
  • Students should have a sense of what strategies they can use to make a function pure (input, output, making copies of data)

Lesson creation guidelines (also on FE Hub)

@wvmitchell wvmitchell added M1 M1 task Lesson An issue affecting a lesson labels Jan 30, 2023
@Kalikoze Kalikoze self-assigned this Jan 31, 2023
@wvmitchell wvmitchell linked a pull request Feb 7, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Lesson An issue affecting a lesson M1 M1 task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants