|
|
|
|
|
by AtlasBarfed
1054 days ago
|
|
Sometimes that comes from the fact that a long running project gets bigger and bigger. So your upgrades may coincide with expanding projects. At least for groovy dev (IntelliJ is basically the only IDE you can use for groovy functionally AFAIK), it starts to really slow down once I get to 50-100 classes, and starts to trend to unusability. There's definitely a nonlinear growth in the impact of more code. So I need to split my projects into sub-jars, a bit of a PITA. |
|