Inspectopedia
 
2024.3

Object private property naming convention

Info
New
Last modified: 03 December 2024

Reports properties that do not follow the naming conventions.

The following properties are reported:

  • Private properties in objects and companion objects

You can specify the required pattern in the inspection options.

Recommended naming conventions: it has to start with an underscore or an uppercase letter, use camel case.

Example: