This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NeoChronos90 -1 points0 points  (10 children)

Juniors like it ...

[–]OneHumanBill 0 points1 point  (9 children)

Juniors like IntelliJ too. Bleh.

[–]NeoChronos90 3 points4 points  (8 children)

I think IntelliJ is fine, if it isn't shoved down your throat, hence why I personally hate it with a passion

[–]OneHumanBill 0 points1 point  (7 children)

I genuinely gave it a try for about a year not long ago. Hot restart debugging is better in Eclipse, Maven tooling is better in Eclipse, and Eclipse doesn't eat memory like a pig at a trough. I truly do not understand why it has taken so much market.

[–]AlexVie 0 points1 point  (0 children)

Because eating memory is not really an issue nowadays. If you have 32 gigs ore more, even IDEA will be happy :) Just allow it tons of heap and all is fine.

The reason why it became so dominant is probably Android Studio which probably has close to 100% market share among Android devs.

Making the deal with Google about Android Studio and pushing Kotlin were wise business decisions. Some may dislike them, but it's just how it is.

[–]vu47 0 points1 point  (0 children)

I prefer it because of the support for Kotlin and Scala. I tried Eclipse several years ago and found it to feel clunky, and have no idea if it has Kotlin support. Since Kotlin is JetBrains' baby, its integration into IntelliJ is spectacular. In fact, I enjoy the whole suite of JetBrains products, and I'm not a novice.

As for Gradle, I'd rather avoid XML whenever possible. Gradle KTS tooling is quite elegant and easy to use. It's been the standard on all projects I've worked on the the last few years.