-
Notifications
You must be signed in to change notification settings - Fork 43
Improve with lessons review #166
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
base: main
Are you sure you want to change the base?
Conversation
Hello, World! | ||
``` | ||
|
||
### Важно! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Нужно объяснять в теории (я как раз в python делал)
* Кавычки обязательны. | ||
* Скобки у `puts` можно ставить или нет — это не повлияет на результат. | ||
|
||
### Типичные ошибки |
There was a problem hiding this comment.
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 | ||
``` | ||
|
||
Код должен нужно набрать между специальными комментариями: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
код должен нужно
|
||
По своему смыслу функция `find_average()` должна возвращать число с плавающей точкой, поэтому такое преобразование необходимо. | ||
|
||
## Где проверить код |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Про репл как в python рассказываем
* Параметры могут быть любыми объектами | ||
|
||
|
||
## Типичные ошибки |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Нужно убрать
Не переживайте, если прямо сейчас блоки вам непонятны. Для их осознания нужно время и практика. В Ruby они встречаются повсеместно, поэтому понимание работы с блоками приходит быстро. Буквально в следующем модуле они будут уже везде. | ||
Вот блок "Итоги", который можно добавить в конец урока после последнего абзаца: | ||
|
||
## Итоги |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
От таких больших "итоги" смысла нет. Убираем
Поправил некоторые тесты, поменял задания, чтобы было легче/проще, в уроках добавил пояснений на основании фидбека + краткий итог для пары уроков (в качестве эксперимента).