top | item 42970729

(no title)

pcranaway | 1 year ago

given that they are not very partical, how do you make sure to retain what you read? do you take notes?

(asking as someone who only recently started reading cs-related literature)

discuss

order

pastage|1 year ago

I feel that there is no good answer to this. For me It is more about the parts of the solution than the big problems. Some of the big solutions stay but it is mostly how you fit things together that stays with me. Everyone works differently here, e.g. I tend to reuse lots of things other people reimplement them there are drawbacks with both types of learning. I read a lot of code.

OskarS|1 year ago

Implementing an algorithm like Dancing Links is a hugely rewarding experience as a programmer. You learn by doing.