Readit News logoReadit News
jdwndjjd commented on Features I'd like to see in future IDEs   mordenstar.com/blog/how-t... · Posted by u/vunderba
MyFedora · a year ago
Commit masks remind me of that time I couldn't run a Java app because it assumed a specific classpath order, but the classpath order is random on each boot, and my randomized classpath makes the app crash.

I've also seen some development teams rely way too much on IDE plugins to get anything done. Horrible software architecture with a 45 minute start-up time, I shit you not. They paid a shitload of money on software licenses for a special JVM/IDE plugin combo that allows them to hotswap almost everything to avoid ever having to restart the app during development.

Oh, it's also pretty much impossible to launch the development version of the app with a stock IDE due to the sheer amount of runtime code modifications from IDE plugins the development version depends on. Great times.

jdwndjjd · a year ago
Could you elaborate on the class path order issue?

I can think of pathologic cases where multiple jars contain the same class but only one version is the right one, but how can something like that happen in practice?

u/jdwndjjd

KarmaCake day1August 10, 2024View Original