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

Clean up Command factory/constructor documentation #2293

Open
rzblue opened this issue Jul 17, 2023 · 0 comments
Open

Clean up Command factory/constructor documentation #2293

rzblue opened this issue Jul 17, 2023 · 0 comments
Labels
Good First Issue Good for newcomers

Comments

@rzblue
Copy link
Member

rzblue commented Jul 17, 2023

https://docs.wpilib.org/en/2023_a/docs/software/commandbased/commands.html

Currently there is an inconsistent/incomplete mix of using the constructor and using the factory method inside the code blocks, while the documentation refers to the factory methods.

The code blocks/RLIs also use the factory methods of Subsystem in the context of a subsystem (eg using this.runOnce) which can be confusing without the surrounding context.

@Daltz333 Daltz333 added the Good First Issue Good for newcomers label Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants