spaces and braces in method decls
Posted: Tue Dec 17, 2013 4:35 am
another nitpick:
can you relax this rule?
Error: Misplaced space between method name and opening brace "("
def methodName(
vs
def methodName (
the second is an error.
can it be accepted as well?
just a coding style or habit that I think is more readable.
thanks, kobi
can you relax this rule?
Error: Misplaced space between method name and opening brace "("
def methodName(
vs
def methodName (
the second is an error.
can it be accepted as well?
just a coding style or habit that I think is more readable.
thanks, kobi