Hey everyone! I just began my journey with Java about a week ago. I'm curious whether it's useful to take notes while learning, or if just practicing what I'm taught is enough. I'm having trouble figuring out how to create effective "coding" notes. Any tips?
5 Answers
Honestly, I think practice is key! Just diving into coding and solving problems is what really helps. I usually don't write notes. I just focus on coding and fixing any bugs I encounter as I go.
For me, my coding comments act as my notes. I also compile topics into .txt files, like 'maven.txt' or 'sockets.txt', where I jot down important info. It helps me a lot to reflect on my understanding.
I started with taking notes when I learned programming, but actually doing exercises is way more effective for me. The more you practice, the easier it gets! Still, for understanding complex topics like algorithms, I find visual aids really make a difference.
I recommend writing comments in your code as you learn. It really helps cement the concepts in your mind, and you'll have context to refer back to if you're confused later!
I usually just write notes on the errors I face—like syntax mistakes or bugs. It's basically the only 'notes' I keep while learning Java. My focus is mostly on coding practice.

I totally agree! Writing things down really makes them stick for me. Plus, when I need to revisit something, it helps to have notes in my own words.