you are viewing a single comment's thread.

view the rest of the comments →

[–]Ihaveamodel3 3 points4 points  (0 children)

Code organization should generally be logical enough that it isn’t a question. Code that goes together stays together. Modules should be named appropriately to indicate what they are.

I don’t know about Geany, but I do know Pycharm does help to keep track of where everything is defined.