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: Best way to take notes when reading a programming book?

13 pointsby TbobbyZover 10 years ago
I&#x27;ve been reading a thick programming book on C++, trying to dig deeper into the language. I&#x27;ve been taking notes, using a Evernote like program with syntax highlights. I have lots of different notes, titling each one with the name of programming syntax&#x2F;technique of using the language, but it&#x27;s really hard to go through it all and figure out exactly what I need when figuring out a programming problem. I want to master the language.<p>What is the best way to take notes reading a programming book that you spend months reading off and on?

5 comments

japhyrover 10 years ago
There&#x27;s a fairly simple annotation technique we teach all of our high school students.<p>- Underline big ideas you come across.<p>- Circle important words or phrases.<p>- Write any questions you have in the margins, as you read.<p>The goal is to have a &quot;conversation with the text&quot; in your head. If you do this well, the process of annotating fades into the background, and just becomes part of how you read. When you go back to that book or section later on, you can quickly get a sense of what stood out to you the first time you read the text.<p>The long-term goal is that people develop their own coding system for reading. It doesn&#x27;t matter if you underline or highlight, circle or box, etc. What matters is that you develop a system that works for you, that lets you think about the text in different, specific ways as you read.
评论 #8974813 未加载
joeld42over 10 years ago
I find it hard to learn programming that way (though for other stuff I use post-its). My approach is first to skim the whole book, making a mental note of interesting features or ideas I haven&#x27;t encountered yet, but not really learning them deeply. Then I take a small project and make sure to use all of those features, even if I have to shoehorn them in a bit just for an excuse to use the feature. I will use a programming book more as a reference. Most of these are throwaway projects and don&#x27;t really end up as useful code, and I don&#x27;t do this all in one sitting, maybe over the course of two or three weeks here and there.
评论 #8976530 未加载
aepearsonover 10 years ago
Honestly. Pencil.<p>Every single programming book I own, that I&#x27;ve actually read, is covered in hand written notes.<p>I also tape post-it notes onto important pages with more notes as bookmarks.<p>It&#x27;s free. Easy. Random access. Read&#x2F;write friendly. &quot;No sign-up required&quot;.
LarryMade2over 10 years ago
Post-it bookmarks - lots of em, when I&#x27;m coding I just pop through the bookmarks
cotsogover 10 years ago
I&#x27;m curious to know what&#x27;s the program you use to take note?
评论 #8975751 未加载