Skip to content

Solving CodingBat problems using TDD... No Prod code before you write a test!

Notifications You must be signed in to change notification settings

Artemas-Muzanenhamo/codingbat

Repository files navigation

CodingBat Problems solved using the TDD Approach

CircleCI Build Status codecov

  1. You are not allowed to write any production code unless it is to make a failing unit test pass.
  2. You are not allowed to write any more of a unit test than is sufficient to fail; and compilation failures are failures.
  3. You are not allowed to write any more production code than is sufficient to pass the one failing unit test.

About

Solving CodingBat problems using TDD... No Prod code before you write a test!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages