Skip to main content
Flo's Blog

Reading, Comprehending and Writing Code

Here you can find the notes I took while reading “The Programmers Brain” by Felienne Hermans. The notes aren’t exhaustive, but they show what I got out of the book.

Reading code is a larger part of a programmer’s working life than you might realize. Research indicates that almost 60% of programmers’ time is spent understanding rather than writing code. Thus, improving how quickly you can read code, without losing accuracy, can help you improve your programming skills substantially.

Comprehending Code

Writing better code

Read More code!

Although Sweller’s experiments focused on math teaching, similar experiments have been done for programming. Those studies showed similar results: kids learn more from reading programs, plus an accompanying explanation, than from programming.[4] As Dutch psychologist Paul Kirschner says, “You don’t become an expert by doing expert things”.

Links to get started with reading more code: