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
{{ message }}
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
I know they the topic about using private rather than sigil. But I want to say that's dead in the water because we all agree a sigil is needed as JavaScript Dynamic typed. But it lead me to believe that we should instead can we put an end to this proposal in the current state.
Example of someone's decorator: https://github.com/wojtkowiak/private-decorator. For me this would be a cleaner way and it would allow methods and classes to be private and protected without having to worry about anything. If this comes as default in JS then do we really need Sigil when we can mask it like a decorator.