Skip to content

Rename Identity class (LG-4229)#4728

Merged
zachmargolis merged 8 commits intomasterfrom
margolis-rename-identity
Feb 26, 2021
Merged

Rename Identity class (LG-4229)#4728
zachmargolis merged 8 commits intomasterfrom
margolis-rename-identity

Conversation

@zachmargolis
Copy link
Contributor

Why: This frees up the Identity:: namespace to be a
module so our gems can use it and match their "identity-"
project names.

  • This just renames the class and leaves the underlying table the same self.table_name =
  • The name ServiceProviderIdentity seemed like the simples thing that kind of explained how this is a join between users and service providers

**Why**: This frees up the Identity:: namespace to be a
module so our gems can use it and match their "identity-"
project names.
@@ -1,3 +1,4 @@
# Null object pattern substitute for ServiceProviderIdentity
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be renamed to NullServiceProviderIdentity?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I could go both ways....since there is no service provider... it's just a null identity?

How strongly do you feel?

Copy link
Contributor

Choose a reason for hiding this comment

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

Not very, the comment makes it clear enough

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