From e73656d3c27d2c13204a5f6c791cb793355678a5 Mon Sep 17 00:00:00 2001 From: hanjiexi Date: Tue, 16 Oct 2018 11:53:31 -0400 Subject: [PATCH] README: Add 'Process' section under Summary (#513) Resolves #512. Provides recommendations on how to progress through curriculum, including recommendations on cohorts, ordering, and electives. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 704756f..8f50879 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,12 @@ Note that Coursera offers [financial aid](https://learner.coursera.help/hc/en-us Decide how much or how little to spend based on your own time and budget; just remember that you can't purchase success! +**Process**. Students can work through the curriculum alone or in groups, in order or out of order. +- For grouping up, please use the [cohorts repository](https://github.com/ossu/cohorts) to find or create a cohort suited to you. +- We recommend doing all courses in Core CS, only skipping a course when you are certain that you've already learned the material previously. +- For simplicity, we recommend working through courses (especially Core CS) in order from top to bottom, as they have already been [topologically sorted](https://en.wikipedia.org/wiki/Topological_sorting) by their prerequisites. +- Courses in Advanced CS are electives. Choose one subject (e.g. Advanced programming) you want to become an expert in, and take all the courses under that heading. You can also create your own custom subject, but we recommend getting validation from the community on the subject you choose. + **Content policy**. If you plan on showing off some of your coursework publicly, you must share only files that you are allowed to. *Do NOT disrespect the code of conduct* that you signed in the beginning of each course!