Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions TRANSLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,12 @@
| key | ключ |
| lazy initialization | ленивая инициализация |
| library | библиотека |
| lifting state up | подъём состояния, поднимать состояние |
| lowercase | нижний регистр |
| mock | фиктивный |
| (im)mutable | (им)мутабельный |
| (im)mutability | (им)мутабельность |
| mutate | мутировать |
Copy link
Member

Choose a reason for hiding this comment

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

Почему не изменить?

Copy link
Member

Choose a reason for hiding this comment

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

На мой взгляд, в русском это не существенно, поэтому мутировать === изменить

Copy link
Member Author

Choose a reason for hiding this comment

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

Хочется специальный «плохой» оттенок чтобы отличить от «хорошего» изменения — обновления состояния или замены всего объекта где-то сверху.

Copy link
Member Author

Choose a reason for hiding this comment

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

(Поэтому же мы используем именно mutate в конкретных местах, а обычно change или update.)

Copy link
Member

Choose a reason for hiding this comment

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

Просто видно несогласованность, тогда нужно использовать иммутабельность/мутабельный, иначе получается как перевод changeable...

Copy link
Member Author

Choose a reason for hiding this comment

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

Я не против иммутабельности в принципе.

Copy link
Member

Choose a reason for hiding this comment

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

Раз мы пошли уже по такому пути, то тогда изменим лучше на это. Наверное, так лучше, для четкого разделения..

| Note | Примечание |
| paint | отрисовка, перерисовка |
| props | пропсы |
Expand Down