-
-
Notifications
You must be signed in to change notification settings - Fork 275
Open
Labels
@Gudahtt
Description
The BaseController API has name as an instance property. This is always set statically, so we could make it a static property instead.
This would make it easier to generate a complete list of controller names in the client repositories. Currently we need to wait until after the controllers are constructed before getting a list of the name properties, which is an inconvenient restriction.