Is It Effective to Learn a Programming Language Without Taking Notes?

0
14
Asked By CuriousCoder42 On

When picking up a new programming language, is it okay to skip writing notes entirely? Here's my approach: I try to grasp the concepts by researching online through Google, documentation, and tutorials. Then, I code the concepts myself until I understand them. If I forget something later, I just Google it again and keep repeating this process while building small projects. Essentially, I'm depending on practice, repetition, and Googling instead of maintaining notes. Has anyone else adopted this style for the long-term? Does this method hinder retention or problem-solving skills, or is it actually more aligned with how developers work in real life? I'm eager to hear thoughts from those who have experienced both methods.

6 Answers

Answered By TechieTimmy On

I’ve never really taken notes while coding either! I just figure things out as I go. It’s not like I ever look back at notes anyway, so I think relying on coding and Googling is just fine for learning.

NoteLessNina -

Right? Once you gain experience, taking notes feels pretty redundant and time-consuming.

Answered By PatternSeeker On

I think it's more about learning patterns and building mental models rather than memorizing every little thing. If something seems significant or a major insight, writing that down could help, but it's more about the process than the notes themselves.

ThinkTank -

I like your approach! Instead of traditional notes, I jot down my thought process when tackling problems.

Answered By MemoryMaster On

I've found that taking notes really helps me remember things better. Writing things down solidifies my understanding, especially when I'm learning something new. But everyone has a different style; you have to find out what works best for you!

QuickCoder -

Totally agree! I used to take handwritten notes, but now I prefer coding directly without them.

Answered By PragmaticProgrammer On

Honestly, I’ve never been a fan of notes. I feel like coding is about implementation; if you can code what you need, then that's what matters! Some might find notes beneficial, but I think practice is key.

PracticalPat -

Absolutely! It's all about practicing and solving real problems. The more you code, the more it sticks!

Answered By CommentKing On

For me, my comments in the code act as notes. If I forget something, I search it online. The key is knowing how to look things up rather than memorizing every detail.

CodeSlinger -

Exactly! As long as you're not just copy-pasting code without understanding it, Googling isn't a problem.

Answered By JustCodingIt On

In my view, the best way to learn programming is through practice. I've not taken notes, and I think it can be a distraction at times. Just dive into coding!

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.