-
-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cucumber docs #36
Cucumber docs #36
Conversation
Thanks, this is nice! If you preview the introduction you've written, you'll see all the text is currently considered code blocks. That's because 4-spaces indentation makes the text a code block. Can you fix that? A smaller issue: we've decided to use British English and I spotted "Behaviour" spelled inconsistently. |
is it in Quote?? |
Modified as suggested, Please let me know if any corrections are needed. |
@@ -37,7 +37,7 @@ | |||
* [Organising Step Definitions](#) | |||
* [Programming](#) | |||
* [Modelling by Example](#) | |||
* [Test-Driven Development](#) | |||
* [Test-Driven Development](docs/Intro-tdd.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use lower-case-hyphenated-file-names
* It lets your teammates count on you, and you on them. | ||
* It feels good to write it. | ||
|
||
But how do we get to clean code that works? Many forces drive us away from clean code,and even from code that works. Without taking too much counsel of our fears, here's what we do: we drive development with automated tests, a style of development called Test Driven Development (TDD). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One space after comma
Some of this writing is great @gmk1217! I hope you don't mind me asking, but Is this all your own original work? |
It's mix and match @mattwynne...:) |
Can you be specific about which bits you've written and which bits are taken from other sources @gmk1217? And can you add references where you've quoted other sources? It's not going to be OK to just take other people's content and add it here as though it was our own. Somebody will get upset with us, and rightly so IMO. |
@mattwynne I added references at the end of the doc. I dont want their credit either.. :) |
Hmm - looks like this PR has the same copyright problems as #39. We can't merge this until those images are removed. |
@aslakhellesoy As per your suggestion i deleted and cleared mess in #40 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Added Introduction to BDD and Bdd with cucumber . Updated Summary.md for the link "Introduction to BDD"