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 style guide omits the public keyword in all the examples, but I can't see an actual rule that says: "Don't use the public keyword, as everything is public by default to TypeScript."
I know that some prefer to use public in all cases, but I find this can create noise in the codebase on property heavy models, should we have a rule that advises one way or the other?
Thanks!
The text was updated successfully, but these errors were encountered:
The style guide omits the public keyword in all the examples, but I can't see an actual rule that says: "Don't use the public keyword, as everything is public by default to TypeScript."
I know that some prefer to use public in all cases, but I find this can create noise in the codebase on property heavy models, should we have a rule that advises one way or the other?
Thanks!
The text was updated successfully, but these errors were encountered: