Skip to content
/ TDD Public

A few projects wrote with Test Driven Development technique

Notifications You must be signed in to change notification settings

Witach/TDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Test Driven Development

A few projects wrote with Test Driven Development technique


TDD technique is splited into 3 steps.

  1. RED - Firstly you have to write tests Which you need later to check your added functionality.
  2. GREEN - In this step you have to fastly wrtie functionality for which you've written tests before.
  3. REFACTOR - When your funcionality favorably passed tests you should change the code to make it more readable and clean.

If you write your programmes according to this rules, you write code with TDD technique

About

A few projects wrote with Test Driven Development technique

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages