Skip to content

Replace 'do_activity' attribute with 'activity' in State class #12

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

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

gabewillen
Copy link
Contributor

The attribute 'do_activity' in the State class and related usages throughout the code base are updated to 'activity'. This provides a more direct and accurate name for the behavior it represents. Deleted five test/testing-related files, as they might not support the current code structure or they were obsolete. These files may reduce the efficiency of the code validation process with their presence. Also, added handling for an exception case to make the state interpreter more robust against future occurrences of similar situations.

The attribute 'do_activity' in the State class and related usages throughout the code base are updated to 'activity'. This provides a more direct and accurate name for the behavior it represents. Deleted five test/testing-related files, as they might not support the current code structure or they were obsolete. These files may reduce the efficiency of the code validation process with their presence. Also, added handling for an exception case to make the state interpreter more robust against future occurrences of similar situations.
@gabewillen gabewillen merged commit b07e77b into main Jan 24, 2024
@gabewillen gabewillen deleted the feature/testing branch January 24, 2024 17:57
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