How Can I Improve My Software Engineering Skills After Learning Java?

0
0
Asked By CodingAdventurer42 On

I've been coding in Java for over 500 hours and this is the kind of code I can produce. I'm wondering, do I need to read more books for the next 500 hours to really level up my skills? Also, I can't seem to find anything I could simplify in the code I've shared; any suggestions?

1 Answer

Answered By TechieTommy99 On

To really boost your skills, focus on working on more projects. It's a great way to learn more practically. Also, consider using FXML for your UI instead of writing everything in code—it helps keep things organized, especially for larger applications. Look into concepts like idiomatic JavaFX, dependency injection, and MVVM to enhance your understanding.

CuriousCathy88 -

I get what you're saying, but I find those concepts kinda overwhelming at the moment. There's just so much to learn!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.