Great post @Korbin73. It certainly makes sense to say you want to ride a (bike) or check_in a (customer).
I also agree that sometimes OOP didn’t feel quite right
particularly in the way you describe, but often times it did (especially for newbies). For example:
user = Person.new('Aston', 'South Wales')
user.name # Aston
user.location # South Wales
I am definitely going to revisit this thread once I have learned the language ![]()






















