Underscore prefixes for "private" properties
Navigation Menu
{{ message }}
airbnb / javascript Public
- Notifications You must be signed in to change notification settings
- Fork 26.8k
Closed
Description
opened
on Aug 27, 2015From the main section:
Use a leading underscore
_when naming private properties.
From the React section:
Do not use underscore prefix for internal methods of a React component.
These two seem a bit inconsistent.