rossyman / taxiservice

CS112/4 (Term 3) Group taxi company assignment
MIT License
0 stars 0 forks source link

Enhancement/increase stability #7

Closed Tristan-Nunn closed 5 years ago

Tristan-Nunn commented 5 years ago

Increased stability as per requirements in the book

rossyman commented 5 years ago

Looks good, feel free to merge when you're ready :tada:

Also as a side note (Outwith the scope of the exercise), it's good to rebase your commits into one feature commit before merging with a branch.

This means we can keep a linear commit history and cherry pick if needed. This also ensures that a single feature is encapsulated by one commit (I believe rebasing wasn't performed before merging my branch though, since you merged it for me), so feel free to skip this step.

Pros:

Cons:

 

Rebasing