Hi,
My question may seem silly, or the gain would be derisory compared to the complexity in terms of code reading that it will bring, but I wonder if it won't increase performance to have one big module rather than several small ones.
Hi,
My question may seem silly, or the gain would be derisory compared to the complexity in terms of code reading that it will bring, but I wonder if it won't increase performance to have one big module rather than several small ones.
It does not bring any performance gain if you create one big module instead of several small module. (at the end python need to import more files but the code is the same )
from the code readability and manageability, it would be a good idea to slit the module by a business domain like sale, purchase, etc...
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
0
Apr 26
|
6 | |||
|
0
Mar 26
|
6 | |||
|
5
Dec 25
|
2265 | |||
|
2
Nov 25
|
1456 | |||
|
0
Jul 25
|
2473 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.