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

Refactor jsFUNk to individual functions #252

Open
3 tasks
hfaerber opened this issue Aug 28, 2024 · 0 comments
Open
3 tasks

Refactor jsFUNk to individual functions #252

hfaerber opened this issue Aug 28, 2024 · 0 comments
Assignees

Comments

@hfaerber
Copy link
Contributor

hfaerber commented Aug 28, 2024

Currently jsFUNk is set up with each function as a method on a larger object. This is consistently a point of confusion for students without enough learning or retained takeaways to be valuable struggle. Let's refactor the index.js file and the test file so that each function is stand alone, rather than a method on an object.

  • Refactor index.js and test file to make the functions individual stand alone functions
  • Revise README as needed
  • Re-record the video walkthrough of how to set up and use the repo, replace the existing outdated video walkthrough in the README

Note: you might think, maybe this is valuable for them to see! Especially since they use OOP and methods in Ruby! But in Heather's opinion, its not. Because their struggle with this formatting doesn't lead them to a clear understanding of that takeaway. Its wasted struggle because no learning around it is retained.

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

No branches or pull requests

1 participant