A Composable Build Tool

We wrap up our test and build work by taking advantage of our build tool’s composability. Our build has a few incremental test tasks with duplicate logic. Although the build doesn’t explicitly support incremental tasks like the ones we have, we’re able to factor out the common code and create a new “incrementalTask()” function. That ends the chapter.

  1. E291External Dependencies

    Mon, 23 Mar ’15
  2. E292From NodeUnit to Mocha

    Wed, 25 Mar ’15
  3. E293How To Migrate Test Frameworks

    Mon, 30 Mar ’15
  4. E294Isomorphic Build Infrastructure

    Wed, 1 Apr ’15
  5. E295Eliminate NodeUnit

    Mon, 6 Apr ’15
  6. E296An Isomorphic Assertion Library

    Wed, 8 Apr ’15
  7. E297From expect() to assert()

    Mon, 13 Apr ’15
  8. E298Build Cleanup

    Wed, 15 Apr ’15
  9. E299Extract Module

    Mon, 20 Apr ’15
  10. E300Extract Tool Runner

    Wed, 22 Apr ’15
  11. E301A Pretty Build

    Mon, 27 Apr ’15
  12. E302A Composable Build Tool

    Wed, 29 Apr ’15