Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 416 Bytes

pull_request_template.md

File metadata and controls

8 lines (7 loc) · 416 Bytes

Candidate's Reference:

Checklist

  • Correctness: Does your program correctly match jobseekers to jobs based on their skills?
  • Code quality: Is your code easy to understand and maintain?
  • Extendibility: If we needed to add additional functionality, how difficult would this be?
  • Efficiency: How well does your program handle large inputs?
  • Tests: Is your code covered by automated tests?