in reply to Re: Better labeling of obfuscated code section
in thread Better labeling of obfuscated code section
I agree that code that wins at golf is not necessarily obfuscated. But the game of golf has a goal contrary to best practices - to make the code shorter regardless of its impact on clarity. Best practice would be something like this: (short clear code)++ ... (short unclear code)--. Golf is like this: (short code)++.