Skip to content
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

[sc-475] Add documentation for new match options #212

Merged
merged 5 commits into from
Feb 28, 2024

Conversation

imaqtkatt
Copy link
Contributor

No description provided.

@imaqtkatt imaqtkatt self-assigned this Feb 27, 2024
Copy link

This pull request has been linked to Shortcut Story #475: Add documentation for new match options.

@imaqtkatt imaqtkatt requested review from developedby and LunaAmora and removed request for developedby February 27, 2024 20:08
Copy link
Member

@developedby developedby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also fix the cspell warnings?
Either by adding nums to the dictionary or by changing it to numbers

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Copy link
Member

@developedby developedby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you make

README.md Outdated Show resolved Hide resolved
docs/native-numbers.md Outdated Show resolved Hide resolved
// If the number is 1, then return 1
1: 1
// Otherwise, and return the sum of (fib (n-2 + 1)) and (fib n-2)
2+: (+ (fibonacci (+ n-2 1)) (fibonacci n-2))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are the names like n-2 still binded automatically? If so, should probably still say it here. (unless another doc is saying that and i didn't find)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the successor pattern is 3+ then the bind will be var-3 and so on

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, i know, but a doc should be saying that. The name n-2 is just appearing magically without explanation

@imaqtkatt imaqtkatt requested a review from LunaAmora February 28, 2024 11:56
README.md Show resolved Hide resolved
@imaqtkatt imaqtkatt merged commit d65a666 into main Feb 28, 2024
5 checks passed
@imaqtkatt imaqtkatt deleted the chore/sc-475/add-documentation-for-new-match-options branch February 28, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants