Skip to the content.

Home Page

Class 04 Notes

Review, Research, and Discussion

  1. Three advantages to TDD are: tested code is easier to refactor, tests document the code, there is less debugging to do.
  2. You could use beforeEach() and afterEach() to help with database testing.
  3. One downside of TDD is that it takes a long time to write tests
  4. ES6 classes are
  5. The point of rest is to send information from one system to another.

Preview