- Joined
- Sep 26, 2009
- Messages
- 9,547
Obviously white space is ignored in code, commented code, empty lines, but some things come to mind. Boolean expressions can be referenced in what are essentially useless (brackets). Can I do the same thing with anything else?
Are there any other neat things I can harmlessly inject into the code to make it more beautified?
JASS:
call(function())
Are there any other neat things I can harmlessly inject into the code to make it more beautified?






