Removing Conditional with polymorphism #1127
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The code has been refactored by re-structuring the components of the file. The following file have been changed.
FilePath of Files Changed
src/main/java/amidst/mojangapi/world/WorldBuilder.java
src/main/java/amidst/mojangapi/world/player/WorldPlayerType.java
FilePath of new Files Created
src/main/java/amidst/mojangapi/world/player/BothWorldPlayerType.java
src/main/java/amidst/mojangapi/world/player/MultiplayerWorldPlayerType.java
src/main/java/amidst/mojangapi/world/player/NoneWorldPlayerType.java
src/main/java/amidst/mojangapi/world/player/SingleplayerWorldPlayerType.java
Type Of Refactoring Done
Removing Conditional With Ploymorphism
Improvements Made
Overall, the changes involve refactoring the WorldPlayerType class to use polymorphism instead of a conditional statement to determine the appropriate behaviour based on the state of the SaveGame object. The result is a more modular and extensible code structure.
Notes for Reviewers
Thank you for taking the time to review this pull request. If you have any questions or suggestions for improvement, please don't hesitate to let me know.