Live data from Hacker News

Ask HN: Books you should have read when you start a career in SE / CS?

news.ycombinator.com

81–90 of 99 posts

Re: Ask HN: Books you should have read when you start a career in SE / CS?

#85
post #6

1. Mythical Man Month - obvious reasons 2. Deathmarch: The Complete Software Developer's Guide to Surviving 'Mission Impossible' Projects- also a classic. 3. Thinking fast and slow - a great introduction to biases that will affect your thinking in any project. 4. The Art of War - strategy and tactics for attacking any problem. My personal favorite translation is by Thomas Cleary.

It's next to impossible to find a soft copy of "Deathmarch", except for in Russian. I tried but I haven't found yet.

Do you mean this one? https://www.amazon.com/dp/013143635X ? Or do you mean a different book?

Re: Ask HN: Books you should have read when you start a career in SE / CS?

#86
post #73

I'm surprised to see basically only books on how to be better at making software. Nothing on negotiation or other soft skills like that. Do people generally just not value things like negotiating? Or do you just not think a book would have helped younger you?

Soft skills are irrelevant for programmers.

Re: Ask HN: Books you should have read when you start a career in SE / CS?

#89
post #78
post #72

"Introduction to Algorithms" by Cormen et al. is one of my favorite books. It gave me a deep understanding of algorithms and data structures.

How do you compare it with Steven Skiena book?

Never had the chance of studying it. I'll give it a closer look. Thanks.

Re: Ask HN: Books you should have read when you start a career in SE / CS?

#90
post #30

My take on some which I think should be atleast read once: 1) The unix programming environment 2) The design of the unix operating system 3) The Pragmatic Programmer 4) Programming Pearls 5) Computer Systems: A Programmers Prespective 6) K & R C 7) The art of Unix Programming. PS: I admit my bias towards systems.

I’m halfway through the 5 and its an amazing resource.

Really phenomenal textbook. Maybe the only one I've read (almost) all of the way through.
Post reply on HN