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 world is shared between the dapp and the server. It would be more intuitive to have a properly defined config which is not mutated at runtime.
since it often changes, it's complex to not have outdated or wrong code. Avoiding mutations is the best way to remove side effects (if world_env is modified elsewhere and we don't know about it, it can cause havoc in the app)
The world is shared between the dapp and the server. It would be more intuitive to have a properly defined config which is not mutated at runtime.
Improved isolation:
Ex from the server, I use a single object.
The text was updated successfully, but these errors were encountered: