Skip to content

Conversation

@tolikheha
Copy link

No description provided.

results.insert(ParseWeather(server.GetWeather(date + ";03:00")).temperature);
results.insert(ParseWeather(server.GetWeather(date + ";09:00")).temperature);
results.insert(ParseWeather(server.GetWeather(date + ";15:00")).temperature);
results.insert(ParseWeather(server.GetWeather(date + ";21:00")).temperature);
Copy link
Collaborator

Choose a reason for hiding this comment

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

нет рефакторинга, заполнение set дублируется

Copy link
Collaborator

Choose a reason for hiding this comment

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

увидел в конце рафакторинг

result += ParseWeather(response).windDirection;
response = server.GetWeather(date + ";15:00");
result += ParseWeather(response).windDirection;
response = server.GetWeather(date + ";21:00");
Copy link
Collaborator

Choose a reason for hiding this comment

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

строки с временем 03:00, 09:00 и т.д. повторяются

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

Successfully merging this pull request may close these issues.

2 participants