mvchn / fib-tdd-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 100.0%