Skip to content

TDD exercise using a simple billing system feature set

Notifications You must be signed in to change notification settings

kdakan/TDDBilling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDDBilling

My take on a Test Driven Development exercise using a simple billing system feature set.

Using red/green/refactor cycle:

  1. First write a failing test,

  2. Then write the minimal feature code to pass the test,

  3. Finally refactor and clean up the codebase.

Repeat this till all the features are complete and tested working.

Basic billing system features:

  1. Monthly billing

  2. Grace period for missed payments (dunning status)

  3. Not all customers are subscribers

  4. Idle customers should be automatically unsubscribed

About

TDD exercise using a simple billing system feature set

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages