|
|
|
|
|
by ActorNightly
313 days ago
|
|
>Runtime imports are a maintenance nightmare and can quickly fragment a codebase I agree, which is why you should design your modules correctly and import only the stuff you need. I was pointing out that lazy imports vs runtime imports in functions are basically the same and lead to the same issues. |
|
How do you achieve this without making gazillions of modules, where each module has just a few stuff?
Are you saying just use local import everywhere?