London | 26-ITP-May | Russom Gebremeskel | Sprint 2 | Book Library - #562
London | 26-ITP-May | Russom Gebremeskel | Sprint 2 | Book Library #562russom-g wants to merge 30 commits into
Conversation
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
cjyuan
left a comment
There was a problem hiding this comment.
Could consider placing all code that runs once on page load in a single function. For example, you could put it inside the page load callback or create a function named init() or setup() and call it once when the page loads.
This makes it easier to locate and manage all the code that runs once when the app starts.
|
Thanks for the feedback. Now a setup function is implemented. Both populateStorage and render function are wrapped inside the function. |
cjyuan
left a comment
There was a problem hiding this comment.
-
Could you remove
.vscode/settings.jsonand revert the changes made in.gitignore? Otherwise the validation bot will reject this PR. -
Could you also check if any of this general feedback can help you further improve your code?
https://github.com/CodeYourFuture/Module-Data-Flows/blob/general-review-feedback/debugging/book-library/feedback.mdDoing so can help me speed up the review process. Thanks.
Learners, PR Template
Self checklist
Changelist
Bug fixed. Dead code removed.