-
Notifications
You must be signed in to change notification settings - Fork 330
[newFeature] setFavoritePokemon #219
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
Comments
If you tested it and it works, why not submit a pull request? |
Couldn't get it to pass checkStyleMain at first, now locally it succeeds. #222 |
Why do you need to call Also, maybe add a function isFavorite()? |
@sadye I already saw a function named getFavorite() with most likely the same bahavior. |
|
Description:
Add a method to set the Pokemon as a favorite.
Expected behavior:
When true it becomes favorite, when false it clears it.
Should be placed at Pokemon.java, please add it without breaking checkStyleMain :)
The text was updated successfully, but these errors were encountered: