Skip to content

Conversation

fey
Copy link
Contributor

@fey fey commented Aug 26, 2025

Поправил некоторые тесты, поменял задания, чтобы было легче/проще, в уроках добавил пояснений на основании фидбека + краткий итог для пары уроков (в качестве эксперимента).

@fey
Copy link
Contributor Author

fey commented Sep 19, 2025

@mokevnin

Hello, World!
```

### Важно!
Copy link
Contributor

Choose a reason for hiding this comment

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

Нужно объяснять в теории (я как раз в python делал)

* Кавычки обязательны.
* Скобки у `puts` можно ставить или нет — это не повлияет на результат.

### Типичные ошибки
Copy link
Contributor

Choose a reason for hiding this comment

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

Убираем, курс не для новичков

puts 1.day.ago - 1.week + 3.hours
```

Код должен нужно набрать между специальными комментариями:
Copy link
Contributor

Choose a reason for hiding this comment

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

код должен нужно


По своему смыслу функция `find_average()` должна возвращать число с плавающей точкой, поэтому такое преобразование необходимо.

## Где проверить код
Copy link
Contributor

Choose a reason for hiding this comment

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

Про репл как в python рассказываем

* Параметры могут быть любыми объектами


## Типичные ошибки
Copy link
Contributor

Choose a reason for hiding this comment

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

Нужно убрать

Не переживайте, если прямо сейчас блоки вам непонятны. Для их осознания нужно время и практика. В Ruby они встречаются повсеместно, поэтому понимание работы с блоками приходит быстро. Буквально в следующем модуле они будут уже везде.
Вот блок "Итоги", который можно добавить в конец урока после последнего абзаца:

## Итоги
Copy link
Contributor

Choose a reason for hiding this comment

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

От таких больших "итоги" смысла нет. Убираем

@fey fey marked this pull request as draft September 19, 2025 13:15
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