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

RevEng: Use a naming service to produce candidate names for identifiers #5527

Closed
wants to merge 1 commit into from

Conversation

lajones
Copy link
Contributor

@lajones lajones commented May 26, 2016

Fixes #3987 - see that issue for details of the new rules for generating identifiers. Added as a CandidateNamingService which encapsulates the generation of candidate names from DB names. (It includes what ModelUtilities used to do plus adds one method).

Most of the changes are changes to expected results because of the new rules.

changing the rules to use any non-letter, non-digit as a word-separator
along with any change from lower to upper case.
@lajones lajones added this to the 1.0.0 milestone May 26, 2016
@lajones lajones self-assigned this May 26, 2016
@ajcvickers
Copy link
Contributor

:shipit:

@lajones
Copy link
Contributor Author

lajones commented May 26, 2016

Checked in with f2f90ca.

@lajones lajones closed this May 26, 2016
@lajones lajones deleted the 160524-lajones_3987_IdentifierStrategy_01 branch May 26, 2016 19:11
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.

3 participants