Test Driven Development

From bibbleWiki
Revision as of 03:23, 10 December 2020 by Iwiseman (talk | contribs) (Introduction)
Jump to navigation Jump to search

Introduction

Costs

The cost of software according to this course was Tests are split into three categories

  • Does what was asked for
  • Responds appropriately to bad input
  • Acceptable Performance

Red Green Refactor

Start by writing tests with no code, write until test pass, refactor code. This is an iterative approach.