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
Code re-use guidelines allow unused code to stay in place, for the case that it gets used at a later time in the code's future. But it does bring to mind, how one could lexically partition code which is not used yet, but suggested for the future.
after running tests, delete code that was not called.
it's a feature: guaranteed 100% code coverage!
The text was updated successfully, but these errors were encountered: