Makers Academy | Week 2 - Project |
---|
Getting to know our way around Ruby (and classes, inheritance, mixins etc.) by implementing a bike hire scheme.
In groups, we hashed out a domain model of the problem using CRC cards. There was broad agreement that Bike, Dock, Garage and Van should feature; all of those are classes in this implementation.
#####On this repo I paired with: Albert Vallverdu