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

Sprint 4 #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Sprint 4 #2

wants to merge 3 commits into from

Conversation

AlDmitOl
Copy link
Owner

No description provided.

Copy link

@gennady-bars gennady-bars left a comment

Choose a reason for hiding this comment

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

Поздравляю! Ваша работа принята.

Вы отлично потрудились.

  • Readme хорошо оформлен
  • Проект задеплоен и отлично работает
  • Отлично, что нет EOF ошибок в гите
  • Хорошая структура папок и файлов
  • Отлично, что в pre-commit запускаются и тесты, и линтеры
  • Все тесты (22 шт) проходят успешно
  • npm audit показывает ноль уязвимостей
  • Проект отлично выглядит и функционирует

Удачного дальнейшего обучения.

Можно лучше

  • Если типизация повторяется в каждом методе (функции), то нужно типизировать сам метод (функцию), а не дублировать типизацию аргументов. Код станет чище
  • Попробуйте избавиться от типов any в коде. Хотя бы часть из них можно заменить на unknown
  • Нужно сделать возможность менять картинку чата

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run lint && npm run test

Choose a reason for hiding this comment

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

  • Отлично, что в pre-commit запускаются и тесты, и линтеры

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.

3 participants