https://github.com/asmega/bob
exercism
https://github.com/asmega/bob
Last synced: about 2 months ago
JSON representation
exercism
- Host: GitHub
- URL: https://github.com/asmega/bob
- Owner: asmega
- Created: 2013-07-31T14:16:11.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-20T18:39:51.000Z (almost 13 years ago)
- Last Synced: 2025-03-06T00:16:54.763Z (over 1 year ago)
- Language: Ruby
- Size: 105 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bob
Bob is a lackadaisical teenager. In conversation, his responses are very limited.
Bob answers 'Sure.' if you ask him a question.
He answers 'Whatever.' if you tell him something.
He answers 'Woah, chill out!' if you yell at him (ALL CAPS).
He says 'Fine. Be that way!' if you address him without actually saying anything.
## Instructions
Run the test file, and fix each of the errors in turn. When you get the first test to pass, go to the first pending or skipped test, and make that pass as well. When all of the tests are passing, feel free to submit.
Remember that passing code is just the first step. The goal is to work towards a solution that is as readable and expressive as you can make it.
Have fun!
## Source
Inspired by the 'Deaf Grandma' exercise in Chris Pine's Learn to Program tutorial. [view source](http://pine.fm/LearnToProgram/?Chapter=06)