Skip to content

bloomberg/tdd-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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.

About

Problems and Solutions for Test-Driven-Development training

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published