Closed cg-cnu closed 6 years ago
Arrow functions don't need to have a '(' around the parameters if its a single parameter.
Right now, some places we have '(', some places we don't have.
We can do a refactor to follow either of the style. @TalAter Let me know your thoughts! Can create few first timers with that!
If there are still places where this is an issue, go ahead. I believe I fixed most earlier today.
Expected Behavior
Arrow functions don't need to have a '(' around the parameters if its a single parameter.
Current Behavior
Right now, some places we have '(', some places we don't have.
Possible Solution
We can do a refactor to follow either of the style. @TalAter Let me know your thoughts! Can create few first timers with that!