bloomberg/tdd-labs

Problems and Solutions for Test-Driven-Development training

JavaScript

10

4 commits

updated Jul 11, 2023

See the code

README

TDD Labs

Problems and solutions for TDD labs.

Labs

Currently we have the following labs:

How To Test-Drive

  • Develop iteratively
  • Follow the TDD cycle of RED, GREEN, REFACTOR
    • RED - Think of one simple example of how the system should be used
    • GREEN - Add just enough code to make the test pass
    • REFACTOR - Make the system code as well as tests easier to change.
  • If working in a group or pairs, it's common for each participant to do a full TDD cycle, rotating after a failing test has been written.

Contributors

rhoban13

4 commits

bloomberg/tdd-labs

Problems and Solutions for Test-Driven-Development training

JavaScript

10

4 commits

updated Jul 11, 2023

See the code

README

TDD Labs

Problems and solutions for TDD labs.

Labs

Currently we have the following labs:

How To Test-Drive

  • Develop iteratively
  • Follow the TDD cycle of RED, GREEN, REFACTOR
    • RED - Think of one simple example of how the system should be used
    • GREEN - Add just enough code to make the test pass
    • REFACTOR - Make the system code as well as tests easier to change.
  • If working in a group or pairs, it's common for each participant to do a full TDD cycle, rotating after a failing test has been written.

Contributors

rhoban13

4 commits

Languages

JavaScript

75.0%

HTML

21.2%

CSS

3.8%