Разгрести результаты практики#71
Open
nickkolok wants to merge 117 commits into
Open
Conversation
…dictionary.js и удаление из words-to-process.txt
…rds-to-process.txt
… words-to-process.txt
…words-to-process.txt
… удаление из words-to-process.txt
…ry.js, удаление из words-to-process.txt
…words-to-process.txt
…js и удалили из words-to-process.txt
…ords-to-process.txt
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.
В итоге должны получиться коммиты двух сортов:
а) Фраза переносится из words-to-process.txt в testDictionary.js и делаются (если надо) сопутствующие изменения.
б) Тест валится - и надо что-то поправить, чтобы он не валился.
Актуальная ветка (после многих ребейзов): https://github.com/nickkolok/chas-correct/tree/aezv_rbs26102020
В дальнешем облагораживать её :)
Примеры хороших, годных коммитов:
7e3b24c - слово из списка слов на обработку добавлено в словарь, создан тест.
581a80b - то же.
138251f - строка из списка слов на обработку, которая уже исправляется, перенесена в тесты.
Если в
words-to-process.txtне одно слово, а фраза, то в тесты стОит добавить и одно слово (или минимальное выражение), и всю фразу.