Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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