|
|
|
|
|
by kevinherron
1126 days ago
|
|
It depends on your workflow doesn't it? If you're just re-building on the command line every time you make a change, and your build takes 30 seconds, then yeah you wait. If you're working in an IDE, running your project out of the IDE, then you might have more options. For example, in IntelliJ IDEA, you can often reload changed classes and hot update the running program. |
|