Love2d-samples
Love2d-samples copied to clipboard
Remove boolean return anti-pattern
You were doing this: if {statement}==true then return true else return
This does the same thing: return {statement}