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 current code is built around using 'upsert' for both insert and update operations. While this was a good idea initially, it now complicates the decision-making process regarding when to generate a new _id and when to reuse an existing one from the state. This approach needs a thorough review and simplification.
The text was updated successfully, but these errors were encountered:
The current code is built around using 'upsert' for both insert and update operations. While this was a good idea initially, it now complicates the decision-making process regarding when to generate a new
_id
and when to reuse an existing one from the state. This approach needs a thorough review and simplification.The text was updated successfully, but these errors were encountered: