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

Pass objects by constant reference instead of passing by value. #5

Merged
merged 1 commit into from
Dec 18, 2017

Conversation

irwir
Copy link
Contributor

@irwir irwir commented Dec 17, 2017

Local variables: reduce scope, eliminate intermediates, add 'const' qualifiers.
Reorder statements in case of an early return.
Use CString.Format instead of conversion function.
Minor cleaning in .vcxpoj file: default settings for CResizable(L)Box.*

Local variables: reduce scope, eliminate intermediates, add 'const' qualifiers.
Reorder statements in case of an early return.
Use CString.Format instead of conversion function.
Minor cleaning in .vcxpoj file: default settings for CResizable(L)Box.*
@ppescher ppescher merged commit 440794e into ppescher:master Dec 18, 2017
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.

2 participants