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

Descriptions for new command framework #2

Open
3 tasks done
GoateSo opened this issue Mar 21, 2023 · 1 comment
Open
3 tasks done

Descriptions for new command framework #2

GoateSo opened this issue Mar 21, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@GoateSo
Copy link
Collaborator

GoateSo commented Mar 21, 2023

Doesn't explain in depth the command based framework as laid out here.

Possible idea could be to introduce general project organization -> command classes (old) -> command factories and combinators as an alternative, then going into the things which can be done with it

  • slim down doc 5 - program organization to focus on general organization and subsystems
  • include section discussing lambdas and functional interfaces (either in doc 3, or in a new doc)
  • add new doc 6 - commands to talk about the approaches (command classes (old) -> factories and combinators as alternative)
@GoateSo GoateSo added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 21, 2023
@GoateSo GoateSo self-assigned this Mar 27, 2023
@GoateSo
Copy link
Collaborator Author

GoateSo commented Jul 25, 2023

Moves all CommandBase functionality into Command and deprecates CommandBase for removal.
Moves all SubsystemBase functionality into Subsystem and deprecates SubsystemBase for removal.
Adds a function to CommandScheduler to remove all registered Subsystems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant