Homework Submission and Feedback
- Students will be provided feedback only for on-time homework submissions.
- Homework must be submitted via pull request no later than Midnight CST. Any work submitted past this deadline will not be counted.
- Students will be provided feedback through the Garnet program for homework assignments.
- If you run into an error or problem when submitting homework, you may create an issue and we will answer it.
Homework Submission
- You will be assigned homework from a specific Git repository.
- Browse to
adi/name_of_your_project git add .all of your changes to the Git purgatory.git commit -m "your commit message"to commit your changes from the Git purgatory into your branch.git pull upstream masterto gather any changes from the base repositorygit push origin masterto push your changes to your own fork!- Inside of your fork, create a new pull request.
- Submit the pull request for your instructors to check!
That's all! We will practice this workflow during class repeatedly to get you comfortable with it.
Project Feedback
- For each project you will be provided written feedback on your application from your instructors.
- Students will present their project in a presentation and perform an in-class peer code review.
- Presentations will be recorded if requested.
Office Hours
- Once a week, each instructors will be available from 5pm until 6pm after class.
- These will be split between two evenings; such as: Monday and Wednesday from 5-6pm or Tuesday and Thursday from 5-6pm.
- Each student will receive a 20 minute 1:1s with an instructor each week. This may be used to to discuss homework, performance, code review, project ideas, or anything else academic in the course.