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

Convert Player (v1/v2) and Result to structs #30

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

linduxed
Copy link
Collaborator

@linduxed linduxed commented Aug 2, 2023

In an effort to give names to core concepts in the library, replace the current way of passing around tuples (of varying length and content) with appropriately named structs.

In the interest of keeping the patch focused: primarily replace internal implementation of the added struct modules, and keep the interfaces for creation, conversion (player v1 to v2, and vice versa), and field access as they currently are.

See #8 for previous (larger) PR.

In an effort to give names to core concepts in the library, replace the
current way of passing around tuples (of varying length and content)
with appropriately named structs.

In the interest of keeping the patch focused: primarily replace internal
implementation of the added struct modules, and keep the interfaces for
creation, conversion (player v1 to v2, and vice versa), and field access
as they currently are.
@linduxed linduxed force-pushed the structify_internals branch from 721ddbe to 363b367 Compare June 10, 2024 11:03
@linduxed linduxed merged commit c108999 into avitex:master Jun 10, 2024
1 check passed
@linduxed linduxed deleted the structify_internals branch June 10, 2024 11:04
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