CleverCloud / clever-components

Collection of Web Components by Clever Cloud
https://www.clever-cloud.com/doc/clever-components/
Apache License 2.0
215 stars 19 forks source link

RFC: Discuss the usage of the native JS private properties prefix #1065

Open Galimede opened 1 month ago

Galimede commented 1 month ago

Currently we are using the underscore _ prefix everywhere for our private properties. While it's a convention and we're careful on our codebase, it doesn't prevent the usage of them.

We could discuss about using the now standard # prefix (see mdn) which is available on every browser since 2021.