-
Notifications
You must be signed in to change notification settings - Fork 1
04 weather client #10
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
base: master
Are you sure you want to change the base?
Conversation
| 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); |
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.
нет рефакторинга, заполнение set дублируется
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.
увидел в конце рафакторинг
| result += ParseWeather(response).windDirection; | ||
| response = server.GetWeather(date + ";15:00"); | ||
| result += ParseWeather(response).windDirection; | ||
| response = server.GetWeather(date + ";21:00"); |
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.
строки с временем 03:00, 09:00 и т.д. повторяются
No description provided.