apache / celix

Apache Celix is a framework for C and C++14 to develop dynamic modular software applications using component and in-process service-oriented programming.
https://celix.apache.org/
Apache License 2.0
160 stars 85 forks source link

Naming Convention Violation #759

Closed PengZheng closed 2 days ago

PengZheng commented 2 weeks ago

According to our coding conventions:

The value of the service name macro should be the service struct (so without a _t postfix)

But we have #define CELIX_EVENT_ADMIN_SERVICE_NAME "celix.service.event.EventAdmin".