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
The CollectionHolder foreach method returns a boolean that is useless and potentially confusing. Make it return void unless there is some use for a return value, in that case make it work and document it.
The text was updated successfully, but these errors were encountered:
What Needs to be Done?
The CollectionHolder foreach method returns a boolean that is useless and potentially confusing. Make it return void unless there is some use for a return value, in that case make it work and document it.
The text was updated successfully, but these errors were encountered: