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

Added Duck Message #206

Merged
merged 2 commits into from
Oct 9, 2022
Merged

Added Duck Message #206

merged 2 commits into from
Oct 9, 2022

Conversation

akk312000
Copy link
Contributor

Added Custom message for Duck Pet

@akk312000
Copy link
Contributor Author

akk312000 commented Oct 8, 2022

Solves Issue #190 @tonybaloney

@rosdyana
Copy link

rosdyana commented Oct 8, 2022

@akk312000 I think we should implement a list of several messages, instead of using only one message per pet. And we can randomize it. wdyt @tonybaloney ?

@akk312000
Copy link
Contributor Author

Seems like a great idea to me @rosdyana , would still prefer @tonybaloney's inputs here.

@tonybaloney
Copy link
Owner

@akk312000 I think we should implement a list of several messages, instead of using only one message per pet. And we can randomize it. wdyt @tonybaloney ?

I like the idea. please suggest it in the issues list. I'll merge this for now.

@@ -816,7 +816,7 @@ export class RubberDuck extends BasePetType {
}
hello(): string {
// TODO: #190 Add a custom message for duck
return ` says hello 👋!`;
return ` Hi, I'm Donald Duck and I love to Quack around 👋!`;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm gonna leave this as "I love to quack around", because it'll be confusing to have the name of the duck and then a message saying they're called Donald Duck

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay

@tonybaloney tonybaloney merged commit e87179d into tonybaloney:master Oct 9, 2022
tonybaloney added a commit that referenced this pull request Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants