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
Right now the loading logic (Checking uints and converting etc.) is done in the constructor, but it would be better to override the adder function and call that from the constructor, which would mean that we could instantiate the object earlier, before we have all the information at hand, and then add it as it becomes available.
The text was updated successfully, but these errors were encountered:
Right now the loading logic (Checking uints and converting etc.) is done in the constructor, but it would be better to override the adder function and call that from the constructor, which would mean that we could instantiate the object earlier, before we have all the information at hand, and then add it as it becomes available.
The text was updated successfully, but these errors were encountered: