Skip to content

README updates from problem-specifications#917

Merged
sshine merged 10 commits intoexercism:masterfrom
petertseng:readmes
Nov 14, 2020
Merged

README updates from problem-specifications#917
sshine merged 10 commits intoexercism:masterfrom
petertseng:readmes

Conversation

@petertseng
Copy link
Copy Markdown
Member

individual commit messages (properly attributed to their authors) explain.

under no circumstances should this be squashed.

eparovyshnaya and others added 8 commits October 10, 2020 05:29
Previous link was no longer working properly, so use web.archive.org

exercism/problem-specifications#1648
Previous web.archive.org link pointed to the book homepage.
Change it to point to simple-linked-list page.

exercism/problem-specifications#1649
apophenia - noun
"the tendency to perceive a connection or meaningful pattern between unrelated or random things"
compare: pareidolia - noun
"to perceive a specific, often meaningful image in a random or ambiguous visual pattern"
- Merriam Webster's

exercism/problem-specifications#1650
The test suite is testing against the key having only lowercase letters,
not alphanumeric.

exercism/problem-specifications#1653
For me it took a while to understand that we calculate product of
exactly two numbers. BTW in the [original
problem](https://projecteuler.net/problem=4) it is stated clearly.

exercism/problem-specifications#1662
@petertseng petertseng changed the title READMEs from problem-specifications README updates from problem-specifications Oct 11, 2020
artamonovkirill and others added 2 commits October 16, 2020 10:43
There is no convention whether zero is a natural number, so let's avoid
the issue.

For example, see:
- https://mathworld.wolfram.com/NaturalNumber.html
- https://en.wikipedia.org/wiki/Natural_number
- https://math.stackexchange.com/questions/283/is-0-a-natural-number

The previous wording of
```
  "description": "Zero is rejected (not a natural number)",
```
could be especially jarring for some tracks. For example, Nim defines
`Natural` and `Positive` types, and `Natural` includes 0. See:
- https://nim-lang.github.io/Nim/system.html#Natural

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>

exercism/problem-specifications#1691
@sshine sshine merged commit ff84a7a into exercism:master Nov 14, 2020
@sshine
Copy link
Copy Markdown
Contributor

sshine commented Nov 14, 2020

I used a regular merge to preserve the individual commits as well as their relation to this PR.

@petertseng petertseng deleted the readmes branch November 14, 2020 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.