Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 684 Bytes

File metadata and controls

18 lines (12 loc) · 684 Bytes

Boris Bikes CHALLENGES

In the following project We are supposed 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.

It is composed by 22 challenges. The goal of this projects it is not complete all of them but get knowledge, spending time in researches and learning how to solve problems.

User Stories

Objects Messages
Person
DockingStation release_bike
GoodBike bike_working_?

DockingStation <-- release_bike --> a Bike
GoodBike <-- working? --> true/false