Inconsistent use of _
to separate words in method names
#14278
Labels
API - Consistency
Internal Consistency of API/Behavior
Enhancement
Needs Discussion
Requires discussion from core team before further action
Sometimes, method names contain underscores to separate words (
to_string
) and sometimes not (tolist
). This catches me of regularly. Particulary annoying are the cases where the same prefix (eg.to
) sometimes takes an underscore and sometimes not.Is this going to change for future major versions?
Example:
dir(Index)
The text was updated successfully, but these errors were encountered: