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

Project: Hangman - Fix the cause of confusion #29225

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

atulvishw240
Copy link
Contributor

Because

Earlier the text was giving this wrong idea that there's a way to save the whole class state using Serialization. While in reality you can only save the state of particular objects. I spent a considerable amount of time on various Subreddits and Stackoverflow to find a way to serialize my whole game class, only to learn it that I can't.

This PR

I removed the extra bit "you can serialize your game class too", which caused the confusion for me and many others.

Issue

Closes #XXXXX

Additional Information

Screenshot 2024-12-23 203903
Screenshot 2024-12-23 204018

Pull Request Requirements

  • I have thoroughly read and understand The Odin Project curriculum contributing guide
  • The title of this PR follows the location of change: brief description of change format, e.g. Intro to HTML and CSS lesson: Fix link text
  • The Because section summarizes the reason for this PR
  • The This PR section has a bullet point list describing the changes in this PR
  • If this PR addresses an open issue, it is linked in the Issue section
  • If any lesson files are included in this PR, they have been previewed with the Markdown preview tool to ensure it is formatted correctly
  • If any lesson files are included in this PR, they follow the Layout Style Guide

Earlier text was giving this idea that you can save a whole class state with serialization. Now it won't confuse learners.
@github-actions github-actions bot added the Content: Ruby Involves the Ruby course label Dec 23, 2024
@CouchofTomato CouchofTomato merged commit 54586a3 into TheOdinProject:main Dec 24, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content: Ruby Involves the Ruby course
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants