Open
Conversation
samfreund
reviewed
Mar 11, 2026
| --- | ||
| title: Intro to Programming | ||
| description: Coming soon! | ||
| description: An Introduction to what is programming and how it's used in FRC |
Member
There was a problem hiding this comment.
Suggested change
| description: An Introduction to what is programming and how it's used in FRC | |
| description: An Introduction to programming and how it's used in FRC |
samfreund
reviewed
Mar 13, 2026
Comment on lines
+16
to
+17
| or functions, are called on. Java is also the most common programming language used in FRC which why FRCSoftware teaches FRC | ||
| programming in Java. |
Member
There was a problem hiding this comment.
Suggested change
| or functions, are called on. Java is also the most common programming language used in FRC which why FRCSoftware teaches FRC | |
| programming in Java. | |
| or functions, are called on. Java is also the most common programming language used in FRC which is why FRCSoftware in Java. |
samfreund
reviewed
Mar 13, 2026
| In FIRST Robotics, robots are made out of many mechanisms. They have drive trains, flywheels, arms, intakes, elevators, etc. Programming is | ||
| important in FIRST Robotics because code is used to program motors, and sensors which allows those different mechanisms to move. Teams can use | ||
| sensors on a motor to deploy an intake, program the intake’s motor to spin so it can pick up a foam ball, program a drive train, etc. In the | ||
| FIRST Robotics Competition, teams also program autonomous features for the autonomous portion of the game. In autonomous, points are doubled |
Member
There was a problem hiding this comment.
Suggested change
| FIRST Robotics Competition, teams also program autonomous features for the autonomous portion of the game. In autonomous, points are doubled | |
| FIRST Robotics Competition, teams also program autonomous features for the portion of the game where robots drive themselves. In autonomous, points are typically doubled |
Member
There was a problem hiding this comment.
It felt we were saying autonomous too many times here
samfreund
requested changes
Mar 13, 2026
Member
samfreund
left a comment
There was a problem hiding this comment.
Overall seems pretty good, but I think there's potential for a better flow between sentences. I like the examples given for Why Program, I think that helps drive the reasoning home.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added "What is Programming" "What is Java" and "Why Program in FRC?"