/
Class factory diagnostics tool
Class factory diagnostics tool
Creating classes and registering them in the class factory (through unit configs) is part of a daily work of each In-Portal developer. However when a developer makes a typo error, then his class:
- gets registered under wrong name
- don't override the other class he was expecting it will override
To give developer some more insight on the class factory I propose to:
- add a section on the "System Tools" page with:
- an input field on it where user can type in "pseudo"
- verify button next to it
- when pass through the entered pseudo to the class factory and tell back which class name comes out
- we also can create an auto-complete based on all pseudos class factory is aware of