-
Notifications
You must be signed in to change notification settings - Fork 577
cleaned Select from hardcoded Strings #400
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
Conversation
|
we should change the name of method getWhereCond to getWhereClause, since is a getter for the variable whereClause |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you add more meaningful names instead of "test"?
55f94b8 to
547c816
Compare
|
@satyan @sibeliusseraphini is there any chance that someone could check this and other pullrequest pending? |
|
@RoyMontoya I will try to take a look this week |
|
@sibeliusseraphini ok! thanks! |
cleaned Select from hardcoded Strings
|
@RoyMontoya merged thanks, sorry for the delay |
Using hard-coded Strings is not recommended, constant Strings are easier to understand and the code looks cleaner.
Also changed some of the if conditionals to a cleaner look.