TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Do you take notes when learning a new programming language or framework?

2 pointsby friggabout 9 years ago
I only take notes when learning something theoretical or to a similar degree something which is more difficult to grasp. Lately I've been asking myself if I should take notes when learning a new programming language or a new framework/library. Does anyone do it and is it beneficial?

2 comments

brudgersabout 9 years ago
For things I use infrequently, having basic notes is helpful...if and only if those notes are in a place where I can find them and for that hand written on paper works best for <i>me</i>.<p>Other times, I find the process of taking notes helps me avoid glossing over text under the assumption that I understand it...even if I don&#x27;t go back to the notes ever.<p>For programming, <i>I</i> find the most useful technique is typing the code into the computer just like back in the 1980&#x27;s when magazines were the rage. For <i>me</i> it trumps every other method. It also leads me to dislike example code with external dependencies because it takes me out of the zone.<p>Good luck.
a_lifters_lifeabout 9 years ago
I don&#x27;t take notes, but i do comment, if i use something that I havent before (and want to remember for later)