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

comments app #11

Merged
merged 3 commits into from
Jan 23, 2024
Merged

comments app #11

merged 3 commits into from
Jan 23, 2024

Conversation

IlyaKotenko
Copy link
Collaborator

Модель ирегистарция в админке.

Copy link
Owner

@Reagent992 Reagent992 left a comment

Choose a reason for hiding this comment

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

Хорошая работа.👍
Только один вопрос есть.

core/enums.py Outdated
from enum import IntEnum


class Limits(IntEnum):
Copy link
Owner

Choose a reason for hiding this comment

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

Это что?
Какую задачу решает?
Почему max_length это не константа в settings.py?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Коллекция перечислений.
Большой разницы нет, если не нужно перебирать или получить имя по значению.
Когда добавлял, ещё констант не было в settings.
Так код немного понятнее, на мой взгляд.
Импорт класса Limits более понятен, чем импорт settings и лаконичнее чем импорт констант из settings.
Удалю, перенесу константой в settings.

Copy link
Owner

Choose a reason for hiding this comment

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

Я вроде разобрался, интересное решение.
Я бы попробовал, но переносить константы из settings уже лениво.
В идеале такое должно быть установлено как правильно на старте проекта.

PS: А почему в MAX_LEN_COMMENT_TEXT = (200,) 200 внутри кортежа?
На первый взгляд должно быть MAX_LEN_COMMENT_TEXT = 200

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

С кортежем, я ошибся.
Перенес константой в settings.

@Reagent992 Reagent992 merged commit 86f645a into main Jan 23, 2024
1 check failed
@Reagent992 Reagent992 deleted the feature/comments branch January 23, 2024 14:40
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