Love2d-samples icon indicating copy to clipboard operation
Love2d-samples copied to clipboard

Remove boolean return anti-pattern

Open thenonameguy opened this issue 11 years ago • 0 comments

You were doing this: if {statement}==true then return true else return

This does the same thing: return {statement}

thenonameguy avatar Nov 11 '13 00:11 thenonameguy