0
Java doubt coders
Tips to be better Java professional programmer
2 Respuestas
0
It doesn't really matter what language you're programming in, the idea to improve is pretty much the same: read, learn, practise, implement, solve bugs, improve, repeat.
https://www.sololearn.com/discuss/1801082/?ref=app
https://www.sololearn.com/discuss/2079884/?ref=app
https://www.sololearn.com/discuss/1583691/?ref=app
https://www.sololearn.com/discuss/1560195/?ref=app
https://www.sololearn.com/discuss/301762/?ref=app
0
If you're a beginner, learn Javascript as it has some similarities but is easy to learn. Then you can start/revisit Java and make a couple of small projects like calculator with exponent and factorial support, `bankAccount` class, and number-guessing game to get familiar with the syntax. After that you should probably look at the documentation for extra methods and attributes for arrays, hashmaps, strings, etc