-
-
Notifications
You must be signed in to change notification settings - Fork 9
Function Argument Names
IsaacShelton edited this page Mar 21, 2022
·
1 revision
Valid function argument names are those that match the pattern /[a-zA-Z_\\:][a-zA-Z_0-9\\:]*/
They are normally in snake-case by convention of the standard library
total_cost
graphics_context
number1
main_content