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
I've noticed a bit of an inconsistency in regards to the writable/readable state.
Sometimes we check whether it is trurthy and sometimes we don't. What is the thought here? I'm not even sure how/when the state object is not initialised since it is done in the constructor and it is never re-assigned.
Property accesses seem to usually (not always) check for unitialized value while methods in general don't perform any check.
The text was updated successfully, but these errors were encountered:
I've noticed a bit of an inconsistency in regards to the writable/readable state.
Sometimes we check whether it is trurthy and sometimes we don't. What is the thought here? I'm not even sure how/when the state object is not initialised since it is done in the constructor and it is never re-assigned.
Property accesses seem to usually (not always) check for unitialized value while methods in general don't perform any check.
The text was updated successfully, but these errors were encountered: