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

refactor: save ProjectBuilder instance in Api instance #1016

Merged
merged 1 commit into from
Jul 3, 2020

Conversation

raphinesse
Copy link
Contributor

Motivation and Context

This reduces dependence on the builders module and reduces repetition.

This also facilitates another WIP refactoring I am working on.

Description

Create a single ProjectBuilder instance during Api construction and use that instance everywhere it is accessible.

Testing

Existing tests pass.

This reduces dependence on the `builders` module and reduces repitition.

This also facilitates another WIP refactoring I am working on.
@raphinesse raphinesse requested a review from erisu July 2, 2020 22:21
@raphinesse raphinesse added this to the 9.0.1 milestone Jul 3, 2020
Copy link
Contributor

@breautek breautek left a comment

Choose a reason for hiding this comment

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

lgtm 👍

Tested with one of my workplace apps.

@raphinesse raphinesse merged commit ba5781c into apache:master Jul 3, 2020
@raphinesse raphinesse deleted the central-builder branch July 3, 2020 16:54
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.

2 participants