Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rennerocha/tdd-money

Exercising TDD implementing a model code
https://github.com/rennerocha/tdd-money

Last synced: 23 days ago
JSON representation

Exercising TDD implementing a model code

Awesome Lists containing this project

README

        

What is this repository about?
==============================

It contains an implementation of a set of classes and functions to handle money operations driven entirely (or at least I tried) by tests.

It implements the Money Example from Part I of *Test Driven Development: By Example* from Kent Beck.

It uses Python instead of Java, so some design decisions are different from the book as the language allows different approaches to solve some issue found.