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
An lpush (or any other list insertion) should simply be discarded on empty arrays as arguments. This saves annoying checks like activities.lpush(activities) if activities.length throughout the code.
The text was updated successfully, but these errors were encountered:
An lpush (or any other list insertion) should simply be discarded on empty arrays as arguments. This saves annoying checks like
activities.lpush(activities) if activities.length
throughout the code.The text was updated successfully, but these errors were encountered: