Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilyjspencer/boris--bikes
OOP Exercise, test-driven in Ruby with the testing framework RSpec
https://github.com/emilyjspencer/boris--bikes
pair-programming rspec ruby
Last synced: about 2 months ago
JSON representation
OOP Exercise, test-driven in Ruby with the testing framework RSpec
- Host: GitHub
- URL: https://github.com/emilyjspencer/boris--bikes
- Owner: emilyjspencer
- Created: 2019-12-10T18:12:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T16:19:53.000Z (about 5 years ago)
- Last Synced: 2024-10-30T02:37:57.669Z (3 months ago)
- Topics: pair-programming, rspec, ruby
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# READ ME
Transport for London, the body responsible for delivery of a new bike system,come to you with a plan: a network of docking stations and bikes that anyone can use. They want you to build a program that will emulate all the docking stations, bikes, and infrastructure (repair staff, and so on) required to make their dream a reality.
This challenge aligns with the WEEK 1 goals:
Test-drive a simple program using objects and methods
Pair using the driver-navigator style
Follow an effective debugging process
Describe some basic OO principles like encapsulation, SRP