Open colinleach opened 7 months ago
What do we do about these?
LINQ Regex
I think it's fine to ignore LINQ, as it seems to be not used a lot and has a ton of disadvantages over using the built-in functions (like no partial application).
Regex is definitely something we should be teaching, at least how to use it in F# (we don't have to make it a full regex course).
Thanks for putting this together! It's really useful to see what the status is. One remark is that before we port any C# exercise, we should carefully consider if that exercise is good enough. Some of the later C# exercises are not entirely up to the standard we have for the first exercises. Porting from Elixir is also a good option, as they have an excellent syllabus.
Porting from Elixir is also a good option, as they have an excellent syllabus.
Good tip. I also like their style of writing the introduction.md
, where C# sometimes leans towards terseness.
Concept tree for F# learning mode
Live exercises and concepts
Solid green means both are merged and the exercise is available to students.
Some that are already in progress or planned
This is a very fluid plan and will doubtless continue to change frequently!
Boxes with green borders have the exercise + concept PRs submitted.
Progress tracking
For anyone interested in the boring details, there is a tracking sheet.
Other stuff to add:
What do we do about these?