Answer the question
In order to leave comments, you need to log in
What set of tools should a java programmer have?
Hello! I recently started learning Java programming, I practice in the IntelijIDEA program.
Tell me, please, what set of programs should be in order to create full-fledged programs and games?
From writing code to compiling into a finished program / game.
Thank you!
Answer the question
In order to leave comments, you need to log in
jdk + build system (maven/gradle) + knowledge of patterns + ide/text reactor to taste
In addition to the answer of anyd3v, I would also name a version control system (preferably git), a bug tracker (jira, etc.), a continuous integration system (jenkins). Plus debugging tools depending on what you write. Let's say if you write a REST service, then it's curl and tcpdump.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question