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
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.
I get what you're saying, but I find those concepts kinda overwhelming at the moment. There's just so much to learn!