Skip to content

Commit 43edbd4

Browse files
committed
remove slack
1 parent 3af09db commit 43edbd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drafts/10-basics/40-testing/description.en.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ theory: |
2727
2828
Sometimes it will seem that you have done everything correctly, but the system is "capricious" and does not make a decision. Such behavior is practically excluded. Non-working tests simply can not get to the site, they automatically run after each change. In the vast majority of such cases, (and all of our projects have done millions of tests in total over many years), the error is contained in the solution code. It can be very subtle, instead of English letters accidentally entered the Russian, instead of upper case used lower case or forgot to display the comma. Other cases are more complicated. Your solution may work for one set of input data, but not for another. So always read the problem statement and test output carefully. There is almost certainly an error indication there.
2929
30-
However, if you are sure of an error or find some inaccuracy, you can always point it out. At the end of each theory, there is a link to the contents of the lesson on the githab (this project is completely open source!). By going there you can write an issue, look at the contents of the tests (you can see how your code is called) and even send a pullrequest. If this is still a dark forest for you, join our [Slack community](https://slack.hexlet.io/), _#hexlet-feedback_ we are always there for you.
30+
However, if you are sure of an error or find some inaccuracy, you can always point it out. At the end of each theory, there is a link to the contents of the lesson on the githab (this project is completely open source!). By going there you can write an issue, look at the contents of the tests (you can see how your code is called) and even send a pullrequest.
3131
3232
instructions: |
3333
Display `9780262531962`.

modules/10-basics/40-testing/en/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ It is also worth noting that if you see that there is already some code in the e
2323

2424
Sometimes it will seem that you have done everything correctly, but the system is "capricious" and does not make a decision. Such behavior is practically excluded. Non-working tests simply can not get to the site, they automatically run after each change. In the vast majority of such cases, (and all of our projects have done millions of tests in total over many years), the error is contained in the solution code. It can be very subtle, instead of English letters accidentally entered the Russian, instead of upper case used lower case or forgot to display the comma. Other cases are more complicated. Your solution may work for one set of input data, but not for another. So always read the problem statement and test output carefully. There is almost certainly an error indication there.
2525

26-
However, if you are sure of an error or find some inaccuracy, you can always point it out. At the end of each theory, there is a link to the contents of the lesson on the githab (this project is completely open source!). By going there you can write an issue, look at the contents of the tests (you can see how your code is called) and even send a pullrequest. If this is still a dark forest for you, join our [Slack community](https://slack.hexlet.io/), _#hexlet-feedback_ we are always there for you.
26+
However, if you are sure of an error or find some inaccuracy, you can always point it out. At the end of each theory, there is a link to the contents of the lesson on the githab (this project is completely open source!). By going there you can write an issue, look at the contents of the tests (you can see how your code is called) and even send a pullrequest.

0 commit comments

Comments
 (0)