|
|
|
|
|
by mindcrime
1130 days ago
|
|
Absolutely not. @exabrial nailed it. Any modern IDE used for Java development does incremental compilation so fast you can't even notice it happening. Now if you trigger a full build of your project using Maven or Gradle or something, then maybe. But that would largely be true using any compiled language. |
|