Comments on Default Rules: Loopholes
Parent
Default Rules: Loopholes
What sort of loopholes are assumed to be disallowed in any challenge on this site?
One loophole per answer, please. Vote up answers if you want them disallowed, and down otherwise.
Outsourcing the answer to unof …
3y ago
Interpreting the challenge too …
3y ago
Using the lack of features in …
3y ago
Multiple URL shorteners in a w …
3y ago
Cat Quines Quines that simp …
3y ago
Optimizing specifically for th …
3y ago
Using inconsistent I/O An e …
3y ago
Using a non-free (beer) langua …
3y ago
Storing information in the pla …
3y ago
Abusing native number types …
3y ago
Empty answers to questions req …
3y ago
Bypassing source restrictions …
3y ago
Sneakily using macros In a …
3y ago
Post
Sneakily using macros
In a code golf challenge, you are tasked to use as small bytes as possible. However, it's considered unacceptable in a language like C to use macros to hide code or shorten it without including the macro itself.
An example:
C (clang), 5 bytes
hello
In other words, it's a messy way to shorten code, and therefore, a challenge loophole.
0 comment threads