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
E.G. - We have an abstract controller that is extended by both the user and host controllers. However, at the moment it has a lot of repetitive code in each method - everything is run twice, once for the connected hosts and once for the connected users. This could definitely be improved...
One example of many.
The text was updated successfully, but these errors were encountered:
E.G. - We have an abstract controller that is extended by both the user and host controllers. However, at the moment it has a lot of repetitive code in each method - everything is run twice, once for the connected hosts and once for the connected users. This could definitely be improved...
One example of many.
The text was updated successfully, but these errors were encountered: