←back to thread

219 points ahalbert2 | 2 comments | | HN request time: 0.679s | source
Show context
IgorPartola ◴[] No.45950076[source]
I have read a number of programming books but the only two that really stood out to me and that I still remember are The Pragmatic Programmer and K&R The C Programming Language. They are obviously very different but foundational in ways that enabled me to get a lot of things done.

I do still encourage people to learn C only because you could understand how the language works or a long weekend and it will help you appreciate just how things actually work under the hood (and a bit above the assembly instructions level). And TPP is great for helping you understand what to do when actually working on a deliverable project and not just the exciting parts. It’s the difference between building a toy that runs on your machine and a project others can run and use.

replies(3): >>45950256 #>>45951966 #>>45967646 #
1. breppp ◴[] No.45955852[source]
I second that, absolute favorite
replies(1): >>45959811 #
2. ◴[] No.45959811[source]