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
This issue is a good idea! There is a lot of mess in the code, especially regarding the thermostats, e.g. here and here. For the latter: Why is the warning only printed if unit tests are disabled? This FIXME for the thermostat is a bit worrying as this is in a central part of the code.
Get rid of interfaces, methods, and functions that are not used anymore.
This should help improve code readability, compile times, and reduce binary size if compilers cannot optimize stuff away.
The text was updated successfully, but these errors were encountered: