rename all parameters to use snake_case everywhere. #387
Labels
Priority: Medium
This issue may be useful, and needs some attention.
Status: Available
No one has claimed responsibility for resolving this issue.
Type: BC Break
A change that will result in a backward compatibility break in the public API.
Type: Enhancement
Most issues will probably ask for additions or changes.
currently, functions use
$snake_case
for parameters, and methods use$camelCase
, IMO, parameters should be$snake_case
everywhere.e.g:
instead of
The text was updated successfully, but these errors were encountered: