git-gamble
Craft Your Code, Step by Step
Do all tests pass ?
def hello():
return 'Hello word'
def test_say_hello_world():
assert hello() == 'Hello world'
Are you ready to gamble ?
You did :
git-gamble --pass
Your gamble was good :
Committed
You did :
git-gamble --fail
But there was a typo :
def hello():
- return 'Hello word'
+ return 'Hello world'
Your gamble was wrong :
Reverted
git-gamble
git-gamble
is a tool that helps to develop the right thing π, baby step by baby step πΆπ¦Άgit-gamble
uses the TCRDD methodgit-gamble
works with all languagesgit-gamble
is agit
addon