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 the backend structure of the static page builder command process #72

Merged
merged 28 commits into from
Apr 8, 2022

Conversation

caendesilva
Copy link
Member

@caendesilva caendesilva commented Apr 8, 2022

This v0.10.x PR is centered around the static page builder command and its related methods.

While the user experience should not notably differ, this update massively restructures and improves the internal API by reducing repeating boilerplate code into dynamic method callers, extracted traits for shared logic, and separating the BuildService class to include several new helper methods. All to improve maintainability.

The accompanying hyde/hyde PR also improves the overall test coverage both by reducing complexity and boilerplate, but also by adding a few new tests.

@caendesilva caendesilva marked this pull request as ready for review April 8, 2022 15:20
@caendesilva caendesilva merged commit ecc3748 into master Apr 8, 2022
@caendesilva caendesilva deleted the build-service-refactor branch April 8, 2022 15:20
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.

1 participant