Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rennerocha/tdd-money
- Owner: rennerocha
- License: mit
- Created: 2018-09-18T19:28:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T19:32:44.000Z (over 6 years ago)
- Last Synced: 2024-11-10T16:53:16.799Z (3 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.