79668574

Date: 2025-06-17 06:46:28
Score: 1.5
Natty:
Report link

Why not

constexpr void noop(std::string_view)
{
}

int main()
{
    noop("just for demonstrating usage of this noop implementation");
    return 0;
}

?

It also allows for a non-comment comment string, similar to static_assert.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why not
  • Low reputation (0.5):
Posted by: yau