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

Incorrect Split() logic? #4

Open
bburgin opened this issue May 27, 2020 · 0 comments
Open

Incorrect Split() logic? #4

bburgin opened this issue May 27, 2020 · 0 comments

Comments

@bburgin
Copy link

bburgin commented May 27, 2020

For this line,

var inputNumber = hostname.Split().Aggregate(length + 36, (prev, c) => prev + c[0]);

Should it be hostname.ToCharArray().Select(c=>c.ToString()) instead?

I tried the existing code and found that it just returned ["hostname"], where hostname is my hostname value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant