Skip to content

Commit

Permalink
Update tdd-2-unguided.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tlatoza authored Nov 30, 2017
1 parent 505cc91 commit 708ed8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdd-2-unguided.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ In this task, you'll design and implement a fixed response chatbot.

The chatbot will store a list of fixed responses. When the user types a statement, one of several fixed responses will be selected. In considering the response to select, the chatbot may consider both the most recent statement the user entered as well as the previous statement.

Design and implement the chatbot using a test-driven development strategy of writing tests before implementing. Your goal is to build a working implementation and to craft a clear and easy to maintain design. You have up to 25 minutes. Notify the experimenter when you're done.
**Design and implement the chatbot using a test-driven development strategy of writing tests before implementing.** Your goal is to build a working implementation and to craft a clear and easy to maintain design. You have up to 25 minutes. Notify the experimenter when you're done.

0 comments on commit 708ed8a

Please sign in to comment.