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

chore: move everything to factories #1951

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tomudding
Copy link
Member

Description

Related issues/external references

Closes GH-1824.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation improvement (no changes to code)
  • Other (please specify)

@tomudding tomudding force-pushed the chore/move-to-factories branch 2 times, most recently from 04d8774 to 256c294 Compare December 26, 2024 21:18
@tomudding tomudding force-pushed the chore/move-to-factories branch from 256c294 to 8bd4c62 Compare December 27, 2024 16:18
@tomudding
Copy link
Member Author

Bit brain-dead (if I was not already) from repetitively creating so many files. Unfortunately, I just remembered that most of the factories are not needed at all because all mappers can use a common factory, and so can most forms (the ones that only need a translator).


Psalm errors about WatermarkService can be ignored due to change in baseline. PHPStand also fails in a similar way because class names have changed.

@tomudding tomudding marked this pull request as ready for review December 27, 2024 16:22
Moves _everything_ to factories (except some things that require duplication in
the `Education` and `User` module).
@tomudding tomudding force-pushed the chore/move-to-factories branch from 8bd4c62 to 40b1e42 Compare December 27, 2024 16:35
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.

Move everything to a Factory
1 participant