pepopowitz’s avatarpepopowitz’s Twitter Archive—№ 1,384

    1. …in reply to @saltnburnem
      @saltnburnem @taylonr I recommend exercism.io/tracks/javascript as a starting point. I've been using it as I learn ruby at my new job, and the exercises are really well set up for TDD. Each exercise has a bunch of tests written; you need to make them pass.
  1. …in reply to @pepopowitz
    @saltnburnem @taylonr This will help you avoid the first big hurdle - setting up the tooling. It is a little artificial, because you aren't writing the tests...but I think it's a nice step in the direction of full-blown TDD.