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 event handling #58

Merged
merged 72 commits into from
Sep 2, 2024
Merged

Refactor event handling #58

merged 72 commits into from
Sep 2, 2024

Conversation

VDuchauffour
Copy link
Owner

@VDuchauffour VDuchauffour commented Aug 27, 2024

What does this PR do?

This PR refactors the existing handler and event manager.
This will remove the exisiting classes for game components in favor of a decorator pattern.
It will also simplify calls of factories.

Inspired by the following commits from RFC DOC:

Before submitting

  • Did you make sure title is self-explanatory and the description concisely explains the PR?
  • Did you make sure your PR does only one thing, instead of bundling different changes together?
  • Did you list all the breaking changes introduced by this pull request?
  • Did you run pre-commit hooks with pre-commit run -a command?

@github-actions github-actions bot added the chore Clean the codebase label Aug 27, 2024
@VDuchauffour VDuchauffour merged commit 5e76237 into main Sep 2, 2024
1 check passed
@VDuchauffour VDuchauffour deleted the chore/handler branch September 2, 2024 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Clean the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant