Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 547 Bytes

File metadata and controls

15 lines (10 loc) · 547 Bytes

be-fullstack-TDD

Test Driven Development (TDD) - is a software development process that relies on the repetition of a very short development cycle: requirements are turned into very specific test cases, then the software is improved to pass the new tests, only.

TODO:

Description steps etc.

  1. Baby-steps instruction
  2. Basic math operations instruction
  3. Fibonacci numbers instruction
  4. Decorators instruction