Skip to content

Fix consistency across component and vendor naming - #163

Open
reniejoshi wants to merge 6 commits into
frcsoftware:mainfrom
reniejoshi:fix-consistency-across-component-and-vendor-naming
Open

Fix consistency across component and vendor naming#163
reniejoshi wants to merge 6 commits into
frcsoftware:mainfrom
reniejoshi:fix-consistency-across-component-and-vendor-naming

Conversation

@reniejoshi

@reniejoshi reniejoshi commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Description

Fixes Spark Max and SystemCore casing and spacing across multiple files.

Closes #158.

Meta

Merge checklist:

@github-actions github-actions Bot added Curriculum material Curriculum materials, lessons for students, etc stage1 examples labels Aug 1, 2026
@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

🌐 Preview URL: https://pr-163.frcsoftware.pages.dev

Comment thread examples/stage1/stage1b/snippets/src/main/java/sources/CommandsAndMechsPt2.java Outdated
@reniejoshi
reniejoshi requested a review from DylanB5402 August 1, 2026 21:07
class Intake implements Mechanism {
// Store any motors specific to the mechanism as private members.
// This can include TalonFX, SparkMax and/or SparkFlex instances.
// This can include TalonFX, Spark Max and/or Spark Flex instances.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Sorry for taking a while to take another look at this. It looks like we define them as Spark MAX and Talon FX in our Vale glossary. Should we match that for consistency?

cc @zachwaffle4 maybe?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

REV calls them "SPARK MAX" So it should probably be changed to that?

@Spaceman113138

Copy link
Copy Markdown
Contributor

I think that in code comments it makes sense to keep TalonFX, SparkMax, SparkFlex to match the class names.

@DylanB5402 DylanB5402 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Matching class names in code works for me, we can always revisit later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Curriculum material Curriculum materials, lessons for students, etc examples stage1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consistency across component and vendor naming

4 participants