adomokos / light-service

Series of Actions with an emphasis on simplicity.
MIT License
837 stars 67 forks source link

Issuing a Warning when the Organizer does not have a 'call' method #90

Closed adomokos closed 8 years ago

adomokos commented 8 years ago

As we are getting closer to introduce Orchestrators, the naming standard will be this:

Orchestrators
  |-> run
  Organizers
     |-> call
     Actions
        |-> execute

It could take some practice of giving good names to Organizers, but the method name should not be part of describing that. Also, this convention will help the developers to figure out where an Orchestrator, an Organizer, and Action is called.

This will go under version 0.7.