-
Notifications
You must be signed in to change notification settings - Fork 81
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
Quering string array example added #issue 221 #231
Conversation
Proposal:
|
Closes #221 when merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking pretty good @ramin-guliyev - just a couple of minor items and then I think we're good to go!
|
||
public override string ToString() | ||
{ | ||
return string.Join(" ", Skills.Skip(0)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
calling skip
with 0 is inert I think - so I'd say remove the Skip here.
Console.WriteLine(item.ToString()); | ||
} | ||
|
||
Console.ReadKey(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just personal preference, but I'd say remove the ReadKey at the end here and just let the program terminate when it's done.
@slorello89 I have done it. Please review again and merge :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 thanks for your contribution @ramin-guliyev happy 🎃 hacktoberfest 🎃 (will merge when CI is done)
@ramin-guliyev thanks for your PR! If you are a member of our Discord server (https://discord.gg/redis), please let us know your handle so we can give you the |
No description provided.