carbon-io / carbond

MIT License
2 stars 5 forks source link

Operation.service is inconsistent nomenclature #244

Closed tfogo closed 6 years ago

tfogo commented 6 years ago

The service property on Collection, Endpoint, etc. refers to the parent Service class. However on Operation it is the handler method for the operation. To keep it consistent, the handler should be named something else (say opHandler) and Operation.service should refer to the parent Service.

Thoughts?

tfogo commented 6 years ago

Now being dealt with in #270