Comments on Default Rules: Flags and Other Compile-Time Options
Parent
Default Rules: Flags and Other Compile-Time Options
+5
−0
How should we deal with flags / command line options when scoring entries?
Post
+0
−4
IF flags take arguments, those arguments count for the code length
For example, in Japt, -F"string"
is a flag that prints "string"
if the output is falsy - in my opinion this should add 6 bytes on to the length of the answer (in language Japt -F
).
0 comment threads