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

Correct namespacing of Change Event resource #248

Merged
merged 1 commit into from Nov 5, 2020

Conversation

Sjeanpierre
Copy link
Contributor

In reviewing my previous implementation I noticed that some structs had more global namespaces that strictly necessary which can be non-intuitive when looking at the entire package in aggregate. For example the exported Payload struct didn't make much sense in its stand alone form, so this have been updated to ChangeEventPayload as to avoid confusion and namespace collisions. Same applies to ChangeEvent links.

Copy link
Member

@joelcrocker joelcrocker left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Contributor

@stmcallister stmcallister left a comment

Choose a reason for hiding this comment

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

Normally, I wouldn’t be a huge fan of changing object names. However, since this one has only been out a short time, I don’t think it will affect many users.

Thanks for the improvement!!!

@stmcallister stmcallister merged commit bbf15cc into master Nov 5, 2020
@theckman theckman added this to the v1.4.0 milestone Mar 10, 2021
@theckman theckman deleted the changeEvents_minor-scope-changes branch May 16, 2021 06:27
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.

None yet

4 participants