mathias-brandewinder / wonderland-fsharp-katas

F# port of gigasquid/wonderland-clojure-katas
MIT License
73 stars 48 forks source link

Suggested order for the katas ? #13

Open nestordemeure opened 7 years ago

nestordemeure commented 7 years ago

Each kata is an independent, self-contained F# script

Is there a suggested order anyway ?

mathias-brandewinder commented 7 years ago

I couldn't find a suggested order on the original Clojure version. My personal sense is that wonderland numbers is the easiest to start with, and that perhaps alphabet cipher and doublets would be reasonably accessible, but this is just me, and might just reflect what I am the most comfortable with. I wonder if there would be a reasonably easy way to collect and publish feedback from people who completed katas, like difficulty ratings?

nestordemeure commented 7 years ago

My personal rating would be :

  1. wonderland-number
  2. alphabet-cipher / card-game-war
  3. tiny-maze
  4. doublets
  5. fox-goose-bag-of-corn / magic-square

I just searched but found no easy way to add a rating or poll system in GitHub. At worst we could use poll-maker(or somethign similar but github's markdown has limitations) or an issue "rate the katas". If they were more solutions submitted, the number of solutions for a given kata might give a rough estimate of its difficulty (I still needs to add mine).