Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 280 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 280 Bytes

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.