codefellows / data-structures-and-algorithms

This is a template repo for Code 301 and 401 students to have a consistent place to put their code.
13 stars 26 forks source link

Reorganize Language folders to have to have placeholder files/folders/tests in place #59

Open JB-Tellez opened 2 years ago

johncokos commented 2 years ago
johncokos commented 2 years ago

Downsides:

Upsides

This is an exercise in learning the DS, not so much in writing tests.

CF should maintain the full suite of tests, so that all grades can be automated, and the students know their stuff is good.

Students are provided a staged series of tests for each assignment:

Ideally student's code passes both our tests and theirs