You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think a good starting point would be to use this regex grep -rlPzo 'handle\([^\)]+[a-z]+(_[a-z])+[:,]?[^\)]+\)' --include="*.service.js"
It finds all camel_case in our handle arguments
also added to the list from the comment above.
the regex does not find params defined in a const in another location (as in not at the handle definition)
Refactor the existing codebase to follow camelCase naming conventions.
List of services and file to change:
The text was updated successfully, but these errors were encountered: