-
Notifications
You must be signed in to change notification settings - Fork 4
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
Put note about class-side initialization of TBBlog - chapter 4 #18
Comments
For additional details, see this discord post which initialized this issue: |
Thanks I will have a look. |
I would add note right after this line:
|
Thanks a lot!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There should be a note in chapter 4 about class side initialization of TBBlog class. Since it is invoked explicitly by user, class is initialized (and Mongo memory DB) only when this initialized method is called by user. Therefore note to Save image right after initialization in order to persist state of DB, otherwise DB won't be initialized next time image is opened.
Current state:
Proposal to add right after that:
Note: Please save your image right after you evaluated
initialize
method. Class side initialization is done only when explicitly evaluated by user. Therefore TBBlog initialization might be lost, if you quit the image without saving changes.The text was updated successfully, but these errors were encountered: