79818865

Date: 2025-11-13 12:37:53
Score: 1
Natty:
Report link

This is my personal preference:

# Break line before closing parenthesis
if (this_is_one_thing and 
    that_is_another_thing
):
    do_something()

It somewhat resembles how I would do it in C.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alejandro Casanova