P
P
Proffik2014-06-04 19:54:03
Java
Proffik, 2014-06-04 19:54:03

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

3 answer(s)
A
anyd3v, 2014-06-04
@Proffik

jdk + build system (maven/gradle) + knowledge of patterns + ide/text reactor to taste

A
afiskon, 2014-06-05
@afiskon

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.

A
Afanasiy Nikitin, 2014-11-29
@afanasiy_nikitin

I recommend VisualVM.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question