Closed rmartinjak closed 9 years ago
Enum values are easier to read when used as arguments
uproc_foo(bar, baz, UPROC_REVERSE)
is a lot more obvious than
uproc_foo(bar, baz, true)
Enum values are easier to read when used as arguments
is a lot more obvious than