update(38-objects): синхронизация структуры модуля с exercises-python#828
Merged
Conversation
Привожу модуль «Свойства и методы» к структуре эталонного Python-курса (modules/38-objects): 5 уроков → 3. - Переименование модуля 38-properties → 38-objects - Слияние 100-properties-syntax + 200-properties-methods → 100-objects («Объекты»), RU-теория переписана по структуре Python; упражнение — приведение строки к нижнему регистру - 300-properties-immutability → 200-methods-immutability - 500-properties-chain-of-methods → 500-method-chain - Удалён 400-properties-expressions (нет аналога в Python) - en/es: приведена структура, теория перенесена объединением - Почищены устаревшие записи в ignored_languagetool_errors Проверено: schema-validate, description-lint (yamllint), vitest (3/3), biome — всё зелёное. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Контекст
Модуль про объекты/свойства в JS-курсе разошёлся по структуре с эталонным Python-курсом (
exercises-python/modules/38-objects). Python — референс для всех языков code-basics. Приводим JS к его структуре: 5 уроков → 3.Что изменилось
100-objects(«Объекты»)100-properties-syntax+200-properties-methodstextк нижнему регистру200-methods-immutability(«Неизменяемость»)300-properties-immutabilitytrim→Grigor500-method-chain(«Цепочка вызовов»)500-properties-chain-of-methodsslice(4,15).trim().length→738-properties→38-objects.100-objects: теория переписана по структуре Python (объекты → свойства.length/undefined→ методы строк → методы чисел → метод vs функция → возврат значений + тизер иммутабельности), с сохранением JS-специфики.index.js/test.js/data.yml/description.es.yml), теория перенесена объединением без глубокой переписки.400-properties-expressions(нет аналога в Python).modules/ignored_languagetool_errors.Проверки (всё зелёное)
make schema-validate(AJV)make description-lint(yamllint)exercises-python/modules/38-objects🤖 Generated with Claude Code