Skip to content

Conversation

@S0L0GUY
Copy link
Contributor

@S0L0GUY S0L0GUY commented Oct 7, 2025

No description provided.

Copilot AI review requested due to automatic review settings October 7, 2025 03:07
@S0L0GUY S0L0GUY requested a review from a team as a code owner October 7, 2025 03:07
@S0L0GUY S0L0GUY linked an issue Oct 7, 2025 that may be closed by this pull request
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR standardizes class names by replacing "With" with "W" in command class names throughout the robot code. This appears to be a naming convention change to make class names more concise while maintaining readability.

Key Changes

  • Updated class name references in StateMachine.java to use abbreviated forms
  • Renamed command classes from verbose "With" naming to abbreviated "W" naming
  • Maintained consistent functionality while improving naming convention adherence

Reviewed Changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
StateMachine.java Updated all command instantiations to use new abbreviated class names
IntakeCoralStationWAlgae.java Renamed class from IntakeCoralStationWithAlgae to IntakeCoralStationWAlgae
IntakeCoralGroundWAlgae.java Renamed class from IntakeCoralGroundWithAlgae to IntakeCoralGroundWAlgae
IntakeAlgaeGroundWCoral.java Renamed class from IntakeAlgaeGroundWithCoral to IntakeAlgaeGroundWCoral
CleanLowWCoral.java Renamed class from CleanLowWithCoral to CleanLowWCoral
CleanHighWCoral.java Renamed class from CleanHighWithCoral to CleanHighWCoral
ScoringCoralWAlgae.java Renamed class from ScoringCoralWithAlgae to ScoringCoralWAlgae
AlgaeScoringWCoral.java Renamed class from ScoringAlgaeWithCoral to AlgaeScoringWCoral
PrepCoralWAlgae.java Renamed class from PrepCoralWithAlgae to PrepCoralWAlgae
PrepProcessorWCoral.java Renamed class from PrepProcessorWithCoral to PrepProcessorWCoral
PrepNetWCoral.java Renamed class from PrepNetWithCoral to PrepNetWCoral

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@FRCTeam3255 FRCTeam3255 deleted a comment from Copilot AI Oct 17, 2025
@FRCTeam3255 FRCTeam3255 deleted a comment from Copilot AI Oct 17, 2025
@FRCTeam3255 FRCTeam3255 deleted a comment from Copilot AI Oct 17, 2025
@TaylerUva TaylerUva added the ✨ Code Good - Ready to Test Code logic is good and ready to be approved just needs testing label Oct 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Code Good - Ready to Test Code logic is good and ready to be approved just needs testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace references of _WITH_ to _W_

3 participants