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: 3 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T16:19:53.000Z (over 6 years ago)
- Last Synced: 2025-06-27T08:44:13.739Z (about 1 year 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