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
Remove all the pub from non-payload or config entries properties. Everywhere where they could be updated with consequences outside of their logic, they should be private and exposed with a getter or a Deref trait, with their log the update hidden in the struct.
The text was updated successfully, but these errors were encountered:
Follow up:
Originally posted by @thesimplekid in #564 (comment)
Remove all the
pub
from non-payload or config entries properties. Everywhere where they could be updated with consequences outside of their logic, they should be private and exposed with a getter or a Deref trait, with their log the update hidden in the struct.The text was updated successfully, but these errors were encountered: