Ask HN: Do you take notes when learning a new programming language or framework?
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
[ 3.5 ms ] story [ 13.5 ms ] threadOther 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't go back to the notes ever.
For programming, I find the most useful technique is typing the code into the computer just like back in the 1980's when magazines were the rage. For me it trumps every other method. It also leads me to dislike example code with external dependencies because it takes me out of the zone.
Good luck.