Intro to Programming#7
Conversation
| --- | ||
| title: Intro to Programming | ||
| description: Coming soon! | ||
| description: An Introduction to what is programming and how it's used in FRC |
There was a problem hiding this comment.
| 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 |
| or functions, are called on. Java is also the most common programming language used in FRC which why FRCSoftware teaches FRC | ||
| programming in Java. |
There was a problem hiding this comment.
| 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
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.
|
Added in your suggestions and explained a little more on the "What is Java" section. I think it's a bit better now |
|
|
||
|
|
||
| ## What is Java? | ||
| Java is also an object-oriented programming language, which means its work is done by having objects that different actions, |
There was a problem hiding this comment.
also refers to something unmentioned here
its work is done by having objects that different action, or functions, are called on
This is a bit of an incomplete explanation of object-oriented.
Co-authored-by: Sam Freund <samf.236@proton.me> Co-authored-by: Tim Winters <twinters007@gmail.com>
b5680fd to
6ca05c8
Compare
|
This seems to have been superseded by/overlap with #9 See #9 (comment) |
|
🌐 Preview URL: https://pr-7.frcsoftware.pages.dev |
ea813ca to
f514f00
Compare
Added "What is Programming" "What is Java" and "Why Program in FRC?"