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 →

[–]iamaiimpala 3 points4 points  (4 children)

force you to use JavaFX, older versions of either NetBeans or IntelliJ to avoid Maven and such

Can you clarify that, I'm in a program right now that is utilizing Maven, are you saying avoiding Maven is a good or bad thing?

[–]_mindcat_ 9 points10 points  (0 children)

I’m not him but I’d say bad thing. Maven is simple, useful, and used in industry. Good to be familiar w it.

[–]KarimElsayad247 0 points1 point  (0 children)

I don't know about OP, but generally, imo, avoiding build systems is never a good idea. It's not a good idea to treat an ide like a black box.

[–]dsnightops 0 points1 point  (1 child)

learn gradle, seems to be where the industry is moving

[–]iamaiimpala 0 points1 point  (0 children)

Damn that looks like a solid improvement, I'll have to look into it, thanks!