View on GitHub

reading-notes

Reading notes for Codesfellows Coding

Data Modeling

Name 3 advantages to Test Driven Development

In what case would you need to use beforeEach() or afterEach() in a test suite?

What is one downside of Test Driven Development

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

Why REST?

Vocabulary Terms

functional programming - Is a type of development flow involving mapping via trees and links.

object-oriented programming (OOP) - it comparmentalizes most components in objects.

class - a component of hieretical object structure

super - enables access to a parent functions methods

this - refers to object params

Test Driven Development (TDD) - see above

Jest - testing framework

Continuous Integration (CI) - continuing to add features and functionality to a product

REST -

Data Model - helps to show how data relates

Preview

Which 3 things had you heard about previously and now have better clarity on?

Which 3 things are you hoping to learn more about in the upcoming lecture/demo?

What are you most excited about trying to implement or see how it works?