You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I would like to have easily understandable signal interfaces.
Now the signal and slot names are similar but not necessarily the same which can lead to misunderstandings.
Ideas:
Maybe you could inherit the inteface classes (removing the "signal" and add them as public functions in the interfaces) by the emitter and the reciever as well and so both sides would be forced to use the same set of functions
The GuiInterface's StartsToRun and ShuttingDown signals are not used at the moment, that needs to be implemented
Some slots could be replaced with lambda functions which would lead to less class members
The text was updated successfully, but these errors were encountered:
As a developer I would like to have easily understandable signal interfaces.
Now the signal and slot names are similar but not necessarily the same which can lead to misunderstandings.
Ideas:
The text was updated successfully, but these errors were encountered: