|
|
|
|
|
by GaryNumanVevo
1134 days ago
|
|
In practice, it's not a huge issue. Static imports are already precompiled and any code paths within your project are cached. Typically people will use a single session and use hot code reloading, so any changes in the codepath will need a recompile (on the order of milliseconds). |
|