GitXplorerGitXplorer
d

TDD_Beck_examples_in_python

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
1f66b253a26522638d30675749817d53ac8c3ef7

Update readme.md

ddavid-xander committed 3 years ago
Verified
80861605d462c643508a4023c586963855a6ad0c

Update readme.md

ddavid-xander committed 3 years ago
Verified
9c53abaa5ca6afbd1c2511571e4e3654702be953

Update readme.md

ddavid-xander committed 3 years ago
Unverified
af9da76a10441015b2a9c3d615f72736bae54200

finish the ch16 and that's all

ddavid-xander committed 3 years ago
Unverified
2ad79ad0902581d21b80b47a4469544235a4157d

up to ch15

ddavid-xander committed 3 years ago
Unverified
fa9d86c56fff459330cd254928bc76178c302ffa

upt to ch14

ddavid-xander committed 3 years ago

README

The README file for this repository.

TDD Beck's book examples (ONLY PART I written in Java) in python

Only for the sake of practice, to keep me coding while reading it as I did with Percival's TDD book, thus following the fancy goat and not the refactoring cat :)

I realized at ch8 that it'd be better to break things into steps.

So, everything up to ch6 is in "ch1-ch7" folder. Then I started to split into chapters.