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

Reformat and rename simulation engine functions #357

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from

Conversation

patkenneally
Copy link
Collaborator

  • Tickets addressed:
  • Review: By commit
  • Merge strategy: Merge (no squash)

Description

This PR refactors or renames many simulation core functions. The first series of renaming are simple formatting updates to change function names to lower camel case. The second half of the PR renames a number of functions to remove redundancy (e.g. change disableTask to disable because the function is a member of the Task class already), or clarify a function.

Verification

All tests run locally in debug build profile and in CI in the release build profile.

Documentation

Find and replace was done on the documentation.

Future work

None

@patkenneally patkenneally force-pushed the refactor/rename-update-reset-functions branch from 2555bb4 to 0ebd248 Compare November 19, 2024 18:15
Copy link
Collaborator

@codyallard28 codyallard28 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only name that stood out was singleStepProcesses. This can't be singleStepProcess? I guess there are multiple processes to be single stepped?

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.

2 participants