-
Notifications
You must be signed in to change notification settings - Fork 75
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
Change code order to improve learners experience #673
Change code order to improve learners experience #673
Conversation
Branch preview✅ Deployed successfully in branch deployment: https://feature_safe_module_tutorial_suggested_changes--docs.review.5afe.dev |
Overall readability score: 31.4 (🟢 +0)
View detailed metrics🟢 - Shows an increase in readability
Averages:
View metric targets
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGMT! Thanks for the changes @valle-xyz !
…tutorial-suggested-changes
* Add new tutorial for creating Safe module * Add Enum to accept.txt * Remove react code from smart account module tutorial * Add content to setup Safe module tutorial * Reorg content in Safe modules tutorial * Add utils.ts file in Safe modules tutorial * Add run test command in Safe module tutorial * Add explanation for step in module tutorial * Add comments in Solidity contract * Add comments in empty contract in Safe module tutorial * Update pages/advanced/smart-account-modules/smart-account-modules-tutorial.mdx Co-authored-by: Mikhail <[email protected]> * Update pages/advanced/smart-account-modules/smart-account-modules-tutorial.mdx Co-authored-by: Mikhail <[email protected]> * Update pages/advanced/smart-account-modules/smart-account-modules-tutorial.mdx Co-authored-by: Mikhail <[email protected]> * Update pages/advanced/smart-account-modules/smart-account-modules-tutorial.mdx Co-authored-by: Mikhail <[email protected]> * Update overrides and prerequisites * Minor fixes * Add TestToken.sol * Code first and then explanation, move utils.ts creation step * Consistent contract naming * Update test code * Remove archived repo link * Remvoe react, and nextjs link * Remvoe obselete statement * Fix typo * Add dependency * Update license in code * Fix minor issues in Safe Module tutorial * Minor comment update * Fix typo * Change code order to improve learners experience (#673) * add suggested changes * correct vale error --------- Co-authored-by: Akshay <[email protected]> --------- Co-authored-by: Mikhail <[email protected]> Co-authored-by: valleXYZ <[email protected]>
This PR suggests some changes in how code and concepts are introduced to reduce cognitive load of the learner and (hopefully) increase the learning experience.