79306905

Date: 2024-12-25 05:11:54
Score: 2
Natty:
Report link

Use snake_case with the struct name as a prefix, e.g., my_struct_print().

This groups functions logically and avoids naming conflicts. Avoid PascalCase for function names in C.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Ali Saberi