growthmindsit

Data Modeling

Review, Research, and Discussion

  1. Name 3 advantages to Test Driven Development
    • Better program design and higher code quality
    • Detailed project documentation
    • DD reduces the time required for project development
  2. In what case would you need to use beforeEach() or afterEach() in a test suite?

    beforeEach and afterEach are running in nested suites/contexts

  3. What is one downside of Test Driven Development

    Tests got to be maintained when requirements change

  4. What’s the primary difference between ES6 Classes and Constructor/Prototype Classes?

    The class contains the Constructors and Functions. The Constructors take responsibility for allocating memory for the objects of the class. The function takes the responsibility of the action of the objects. Combing these two Constructor and Function to make the Class. In the ES6 to create any class, you need to use the class keyword.

  5. Why REST?

    Easy to Learn and Implement ,Faster Data Interchange Format,flexable .

    Document the following Vocabulary Terms

Github view