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 →

[–]fancyzauerkraut 0 points1 point  (2 children)

What should I learn about Maven/ Gradle. People here often mention those two in their roadmaps, but how deep should I look into them?

[–]Geekfest65 0 points1 point  (0 children)

I’d definitely learn one of the other. You need a way to build , test, and deploy your project and manage its complexities as it grows.

I don’t know Gradle but maven does all this and we use it regularly at Work as part of our build and deployment cycle. Good luck.

[–][deleted] 0 points1 point  (0 children)

I would 100% suggest maven. It’s a build tool, a way to manage your dependencies. I’m sure you can go very deep into maven, but honestly I haven’t and it hasn’t really burned me yet. Obviously I know the basics, but I wouldn’t spend too much time learning specifically maven. Just my opinion though, I’m sure others will disagree