Не использовать глобальное изменяемое состояние! #3

Closed
opened 2023-03-29 07:51:24 +03:00 by altavir · 0 comments

if (!TextData.haveText()) {

Используйте локальное состояние объекта, а еще лучше передавайте его аргументом.

https://git.sciprog.center/djvxnus/TextStatisticsProject/src/commit/bfcb7a148357c843d331af0048e4ad0f3f6db447/src/main/kotlin/Main.kt#L23 Используйте локальное состояние объекта, а еще лучше передавайте его аргументом.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: djvxnus/TextStatisticsProject#3
No description provided.