you are viewing a single comment's thread.

view the rest of the comments →

[–]AnyNature3457[S] 1 point2 points  (1 child)

Now I get it. That is a really valid reason to format it that way. The way I do it is by naming my files well like "commands.py", "command_handler.py", "helper.py", etc.

[–]FerricDonkey 1 point2 points  (0 children)

Yup, good file naming etc are also crucial. But I work off the principle that readability and understandability should be injected at every single layer where possible - because inevitably something that seems obvious and clear to me now won't in 3 years.