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
This might be desirable to prevent duplicate object construction.
One challenge would be to handle the array construction case, e.g. if a subsequent call to constructor sought to make an array including an already-constructed scalar.
The text was updated successfully, but these errors were encountered:
vijayiyer05
changed the title
Consider viability of a singleton implementation for item objects, i.e. one object per id. Would need to consider the array construction case, e.g. if a subsequent call to constructor sought to make an array including an already-constructed scalar.
Consider viability of a singleton implementation for item objects, i.e. one object per id.
Jul 22, 2021
vijayiyer05
changed the title
Consider viability of a singleton implementation for item objects, i.e. one object per id.
Consider singleton implementation for item objects, i.e. one object per id.
Jul 22, 2021
This might be desirable to prevent duplicate object construction.
One challenge would be to handle the array construction case, e.g. if a subsequent call to constructor sought to make an array including an already-constructed scalar.
The text was updated successfully, but these errors were encountered: