|
|
|
|
|
by jcelerier
2308 days ago
|
|
> If I edit a file and change the name of the function, the call sites should all light up with red squiggles. In a statically compiled language. Without requiring a recompile. which is what all IDE support ? most even allow you to automatically fix it nowadays |
|
Many IDE's manage this but far from all languages (compilers) do, simply because their compilers are simple batch compilers.