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

Выбранный митап #8

Merged
merged 3 commits into from
Dec 25, 2024
Merged

Выбранный митап #8

merged 3 commits into from
Dec 25, 2024

Conversation

luquii2
Copy link

@luquii2 luquii2 commented Dec 24, 2024

No description provided.

@jsru-1
Copy link
Contributor

jsru-1 commented Dec 24, 2024

Добавляю преподавателя (@ShGKme) для код-ревью.

@jsru-1 jsru-1 requested a review from ShGKme December 24, 2024 21:05
Copy link
Contributor

@ShGKme ShGKme left a comment

Choose a reason for hiding this comment

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

Принято, но обратите внимание на комментарии.

setup() {},
setup() {
const metupId = ref(1)
const meetup = ref({})
Copy link
Contributor

Choose a reason for hiding this comment

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

{} (объект без полей) - некорректное начальное значение, это не частный случай данных, объекта с митапов. Отсутствие данных лучше явно описывать как null. В противном случае неудобно проверять наличие данных, и сложнее находить источник ошибки при работе с данными (например, сейчас можно обратиться к title и получить undefined вместо ошибки, но обращение к agenda[0] приведёт к ошибке. Обе ситуации неявные и не дают понять, что проблема в отсутствии митапа.

</div>

<div class="meetup-selector__cover">
<div class="meetup-cover">
<h1 class="meetup-cover__title">Some Meetup Title</h1>
<h1 class="meetup-cover__title">{{meetup.title}}</h1>
Copy link
Contributor

Choose a reason for hiding this comment

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

Здесь всегда выводится заголовок, даже когда митапа нет и заголовок - пустая строка.

@jsru-1 jsru-1 merged commit 55958c0 into js-tasks-ru:master Dec 25, 2024
1 check passed
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.

4 participants