Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 679 Bytes

File metadata and controls

17 lines (14 loc) · 679 Bytes

Repository Policy

Content Standards

  • Every week folder must include a README with setup, tasks, and expected outputs.
  • Starter folders must not include final answer code.
  • Solution folders must include full explanations and rubric mapping.

Consistency Rules

  • Week folders must stay aligned with curriculum page names and milestones.
  • Naming pattern is fixed: week-1, week-2, week-3, week-4.
  • Shared utilities should live in shared/ and be imported rather than duplicated.

Review Checklist

  • Setup commands are reproducible
  • Homework tasks are complete
  • Rubric criteria are mappable to implementation
  • Solution includes explanation, not only code