Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add javadoc comments and Cleanup DynamicArray.java#1396

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
StepfenShawn merged 2 commits intoTheAlgorithms:masterfromrbshealy:master
Aug 13, 2020

Conversation

@rbshealy
Copy link
Contributor

@rbshealyrbshealy commentedAug 7, 2020
edited
Loading

Javadoc comments allow the user to understand the purpose of each method within the DynamicArray class.

cleanup within the class covers:
Condense imports
Initialize fields in constructor
Change binary shifting to simple multiplication reassignment for better understanding
Add brackets to multi-line if statements
Change name of size() method to getSize() to reflect purpose of the method
remove extra white-space
remove 2 lines of unnecessary commented out code

closes#1400

@rbshealy
Copy link
ContributorAuthor

@StepfenShawn Could you kindly review this?

@StepfenShawnStepfenShawn merged commitab88fed intoTheAlgorithms:masterAug 13, 2020
@StepfenShawn
Copy link
Member

Thanks!

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

1 more reviewer

@StepfenShawnStepfenShawnStepfenShawn approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Add javadoc comments to DynamicArray.java

2 participants

@rbshealy@StepfenShawn

[8]ページ先頭

©2009-2025 Movatter.jp