|
|
|
|
|
by alkonaut
2309 days ago
|
|
An full build is always the easiest build. Building as little as possible and having quick iteration is the hard bit when you have statically typed languages and large projects.
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