Make numConnectDataArgs const by alexhenrie · Pull Request #472 · oracle/python-cx_Oracle · GitHub
Skip to content

Make numConnectDataArgs const - #472

Merged
anthony-tuininga merged 1 commit into
oracle:masterfrom
alexhenrie:const
Aug 26, 2020
Merged

anthony-tuininga merged 1 commit into
oracle:masterfrom
alexhenrie:const

Conversation

@alexhenrie

Copy link
Copy Markdown
Contributor

It's good practice to mark values like this as const as a hint to the compiler to inline them and as a hint to the programmer that the value does not change.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
@anthony-tuininga

Copy link
Copy Markdown
Member

@anthony-tuininga
anthony-tuininga merged commit f338af9 into oracle:master Aug 26, 2020
@alexhenrie
alexhenrie deleted the const branch August 29, 2020 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants