in reply to Re^2: Code style question
in thread Code style question

Yes it is wrong. Wait . . . I'm sorry, was this just the five minute argument or the full half hour? :)

Edit: 98% an unserious comment solely to make the Python (Monty) reference.

The cake is a lie.
The cake is a lie.
The cake is a lie.

Replies are listed 'Best First'.
Re^4: Code style question
by Marshall (Canon) on May 20, 2021 at 16:44 UTC
    Hah! Whitespace and well written comments are some of the most important things in code. In my code, when the "subject/purpose" changes, I add a blank line. That blank line is important and it is there for a reason! The compiler doesn't care, but the humans do care!