Changes between Version 2 and Version 3 of SoftwareTrainingBeginner
- Timestamp:
- Jul 19, 2017, 7:04:35 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoftwareTrainingBeginner
v2 v3 3 3 == Introduction 4 4 5 Scope: Thiscourse will cover introductory Java/Git training. Nothing WPILib/FIRST related, but instead focusing on fundamentals of Java and Git.5 The following course will cover introductory Java/Git training. Nothing WPILib/FIRST related, but instead focusing on fundamentals of Java and Git. 6 6 7 Result: Students will have basic knowledge of Java syntax, loops, and object-oriented programming by the end of the course. In addition, knowledge on how to leverage various resources in order to find solutions to programming. Finally, familiarity with Git and GitHub. 7 By the end of the course, students should have basic knowledge of: 8 * Java syntax, 9 * Loops, 10 * Object-oriented programming, 11 * How to use various resources in order to find solutions to programming, and 12 * Familiarity with Git and GitHub. 8 13 9 14 Outstanding questions: How are we going to… make it fun? Make it social? Cover the technical questions?