This style guide says "Use lower case with underscores for method names" But some example codes seems not to follow it. ``` result = Function( arg1, arg2, ) ``` Should these be fixed?
This style guide says "Use lower case with underscores for method names"
But some example codes seems not to follow it.
Should these be fixed?