-
Notifications
You must be signed in to change notification settings - Fork 0
Autonomous Meeting Task List 12_14_2016
admin4571 edited this page Dec 14, 2016
·
2 revisions
- Github issues ( Clone, Stage, Commit, Merge )
- Java constructs
- Method definitions
- Classes
- Try/Catch blocks
- Abstract classes/Extends
- Override
- if, then, else
- for, while loops
- static v/s non-static
- scope ( global, local )
- where you can write logic and where you cannot
- Importing libraries
- Should i write code in a method or put it in another class
- red squigglies
- datatypes must be given
- Arrays
- Modulus
- Setters and getters
- Walk through Stronghold 2016 code and ask them to write sections
- See what work they did on subsystems
- Assign teleop/autonomous work in the subsystems
- Assign learning assignments and give me a summary of what you think needs to be done
- Reassigning C3P0 and R2D2
- Everyone knows how to read code but not write code
- Code academy helped but its not had memory retention
- Cannot focus on people who arent putting in the effort
- codeacademy, 101, 201, 301 are mandatory if you are a new person
- Everyone needs to help each other out
- Maybe you are not communicating because you arent understanding
- Error communication must include
- Stack trace
- Screen capture
- Piece of code thats causing the issue
- DO NOT TRY TO LEARN CODE BY ROTE
- Do not collaborate to write the initial programs. Do not copy from the internet or others. You are cheating yourself.
- Calculate area of a circle
- Find odd numbers in an array
- Find largest number in an array
- Perimeter of a rectangle