2021-software-general-homework
·233 words·2 mins
2021-software-general-homework #
- Assignments that crash immediately when run cannot be made up.
- All assignments will be due by the next lesson.
- Late assignments will be graded on a curve of 85% maximum.
- If you won’t be able to complete an assignment on time, slack Kate, Ludi, and/or Emily.
- We will not be telling you your exact grades. Instead, you will be given your grade on a “fail/needs work/pass” scale.
- If you have questions regarding grades, slack the graders in a DM.
- It is mandatory to redo homework until you receive a “pass”.
- You will be allowed to redo assignments for full credit only if rules 1 and 3 do not apply.
- You must ask or answer at least 2 pertinent questions during a lesson for full points on that day.
- All non-personal questions must be asked in #2_software_general or during worktime meetings.
- If you will not be able to attend a meeting, slack Ludi, Kate, and Emily least 24 hours prior to the meeting.
1. Functionality #
- Have you tested your code, including edge cases?
- Does your code accomplish the assigned task?
2. Concepts #
- Does your code use only concepts previously taught by us?
- Does your code use concepts relevant to the assignment?
3. Style #
- Does your code meet our style guidelines?
- Double quotes
- Proper indentation
- Appropriate usage of snake**case and CapWords
- Comment formatting
- Naming conventions (may be given in assignment)