-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Improve documentation of EmberArray #18228
Comments
I'd like to take a stab at |
I've submitted a code example for |
Prior to this change, the wording was inaccurate. It was describing filtering not the short circuit behaviour of `any()`. This change attempts to fix that discrepancy and expand on the example to include both context option and arrow function use. Issue emberjs#18228
Prior to this change, the wording was inaccurate. It was describing filtering not the short circuit behaviour of `any()`. This change attempts to fix that discrepancy and expand on the example to include both context option and arrow function use. Issue emberjs#18228
I'd like to take |
Added an example for |
we can stole 🤓 some examples from cakephp collection class |
Add code examples for `EmberArray.find` method. Issue emberjs#18228
Can we add @readonly tag for properties like |
@locks I'd like to take |
|
I'm going to start with |
[DOC] #18228 Update documentation for EmberArray.includes
@locks - I would like to take forEach, getEach, includes and indexOf |
I added an example for |
@mcfiredrill can you send the whitespace changes separately? that way I can merge it once and you can rebase your PRs! |
@locks Would like to pickup |
@locks Looks like |
@Charizard I made one for reject here. 😅 #18503 |
@mcfiredrill Oops! Sorry 😓 |
[DOC] #18228 Add description and example to EmberArray.getEach documentation
Thank you for the help everyone :) I'm updating the issue at the moment. |
Excellent work everyone! Thank you once again for your help in pushing this forward :) Since most of the items are addressed, I'll be closing this issue and opening individual ones which are easier to keep track of. |
Going through http://api.emberjs.com/ember/release/classes/EmberArray, you will notice that some of the entries have minimal documentation and no code sample.
The goal is to review each entry, add code samples where missing, and optionally improve the prose.
Please comment in this thread if you pick one of the entries so it can be assigned to you!
Methods
Properties
The text was updated successfully, but these errors were encountered: