Skip to content

mvchn/fib-tdd-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fibonacci TDD

Task:

Fibonacci is a sequence, in which each number is the sum of the two preceding ones. The sequence commonly starts from 0 and 1.

FibonacciTest.php describes function evolution process by TDD methodology.
All steps demonstrates in the git history.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages