0

I lost 30 min to find why a function didn't give me the result.

I've found out why.

Hardcoded with a if with no bracket nor breaklines

Yes, the " if (something) return someotherthing;"

Now I see why it's not always recommended..

Comments
Add Comment