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
It's a useful pattern for frameworks like React to be able to create an instance with empty constructor args and then configure it after the fact. It's also useful for pooling to be able to reuse the same objects. Would you be interested in a refactor PR that allows for this?
The text was updated successfully, but these errors were encountered:
It's a useful pattern for frameworks like React to be able to create an instance with empty constructor args and then configure it after the fact. It's also useful for pooling to be able to reuse the same objects. Would you be interested in a refactor PR that allows for this?
The text was updated successfully, but these errors were encountered: