79470960

Date: 2025-02-26 20:33:31
Score: 1.5
Natty:
Report link

You shouldn't be using a variable before a value is assigned to it. Most compilers will inform you of that, which generally means a program logic mistake. Sticking a value on a declaration masks those errors, and leads to bug.

Personally, I don't like the idea.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Larry_C