Skip to content

mcsdodo/learn2code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

learn2code

Sample code to demonstrate basics of TDD.

##TDD by Uncle 'Bob' Martin

  1. You are not allowed to write any production code unless it is to make a failing unit test pass.
  2. You are not allowed to write any more of a unit test than is sufficient to fail; and compilation failures are failures.
  3. You are not allowed any more production code than is sufficient to pass the one failing unit test.

######RED - GREEN - REFACTOR

About

Sample code to demonstrate basics of TDD on an example converting Roman to Arabic numbers and vice versa.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages