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

Make some methods and class members private. Remove redundant SdlSess… #101

Merged
merged 5 commits into from
Jan 22, 2020

Conversation

crokita
Copy link
Contributor

@crokita crokita commented Jan 3, 2020

Fixes #100

This PR ready for review.

Summary

Changed some of the methods and variables that were only intended on being used within the class to private. In the case of SdlSession's endSession method, it is a redundant, unused method that the close method in the same class just do.

@nickschwab
Copy link

PR is currently in a "not ready" for review state - will review when updated :)

@crokita
Copy link
Contributor Author

crokita commented Jan 14, 2020

Oh, I forgot to change the status of the PR to being ready. Fixed.

Copy link

@nickschwab nickschwab left a comment

Choose a reason for hiding this comment

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

Couple minor changes requested for consistent documentation

lib/js/src/protocol/SdlPacket.js Outdated Show resolved Hide resolved
lib/js/src/protocol/SdlPacket.js Outdated Show resolved Hide resolved
@nickschwab nickschwab self-requested a review January 22, 2020 16:59
@crokita crokita merged commit 04515a5 into develop Jan 22, 2020
@crokita crokita deleted the feature/private-accessors branch March 3, 2020 21:03
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.

Make Variables Private when Possible
3 participants