-
Notifications
You must be signed in to change notification settings - Fork 62
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
Никишина Маргарита #59
base: master
Are you sure you want to change the base?
Conversation
🍅 Пройдено тестов 4 из 5 |
🍅 Пройдено тестов 4 из 5 |
🍏 Пройдено тестов 5 из 5 |
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.
В целом неплохо, но копипасту лучше убрать из классов DesktopView
и MobileView
if (observable instanceof WeatherState) { | ||
this.weathers = observable.getMeasurements().slice(-1); | ||
} | ||
this.render(); | ||
} | ||
|
||
public render() { |
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.
Методы render
и update
очень похожи на реализацию из DesktopView
... может реализовать их однажды, но наследоваться с разными параметрами?
No description provided.