clean-code-ml
clean-code-ml copied to clipboard
Use snake_case instead of camelCase for a function
It seems mistakenly camelCase is used for a function. Let's change it to snake_case.