nzsilverman / climbing_carpools

University of Michigan Climbing Club Carpool Scheduling Software
GNU General Public License v3.0
2 stars 1 forks source link

Change Rider and Driver dictionaries into classes #37

Closed nzsilverman closed 4 years ago

nzsilverman commented 4 years ago

Rewrite the code to stop passing around a lot of dictionaries for riders and drivers. They should use classes for this