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