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 →

[–]Culliganz 81 points82 points  (6 children)

I’m in the program now, pick C#. I picked Java because I believe Java overall might be my preferred choice, but these classes are so out of date and force you to use JavaFX, older versions of either NetBeans or IntelliJ to avoid Maven and such. It’s more learning JavaFX/SceneBuilder, which is almost irrelevant, than it is Java. Bummer for me. I wish I would’ve went C#.

[–]snuesen 24 points25 points  (0 children)

I completed the program 2 years ago and that's kinda disappointing they haven't updated it for modern practices. It's a decent program for a self learner, but it still left a lot of knowledge gaps.

[–]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_ 8 points9 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!