-
Notifications
You must be signed in to change notification settings - Fork 21
Variable names
Will Holmgren edited this page Feb 20, 2019
·
1 revision
Guidance for variable names:
- Try to follow the pvlib python conventions unless otherwise specified below.
- Prefer longer names with underscores over abbreviations. Exceptions can be made for very common abbreviations such as GHI, DC, AOI.
- It's ok to use shorter variable names within a function if it helps readability.
Additional conventions (beyond pvlib python):