socon-dev / socon

Socon is a microservice architecture framework that helps you focussing on deploying/chaining individual commands and custom services between your different projects
BSD 3-Clause "New" or "Revised" License
26 stars 3 forks source link

Redefine the concept of manager #39

Open StephaneCapponi opened 1 year ago

StephaneCapponi commented 1 year ago

I do think that the term Manager and Hook are not really relevant with the nature of Socon and for everyone else. A Manager should be rename a ServiceManager and a Hook as a Service.

The manager of all Manager should be called a ServiceManagerRegistry,

This ticket is kind of part of the #24 ticket which is the rework of the readme and a part of the documentation. Socon is a Microservice framework and class naming should make sense.