Or has this fallen out of favor?
Ask HN: Books you should have read when you start a career in SE / CS?
11–20 of 99 posts
Re: Ask HN: Books you should have read when you start a career in SE / CS?
#12Re: Ask HN: Books you should have read when you start a career in SE / CS?
#13I've read most of the recommended books, but as far as what I think has delivered immediate real value, I'm going to go with: 1) Clean Code 2) The Phoenix Project 3) UNIX and Linux System Administration Handbook I'm sure #2 will be something folks want to fight over shrug . If you want to sidestep years of headache it's a must-read though.
Don't worry about coming out of the gate skills-hot. It's a marathon, not a sprint. If you are lucky and good, you will be doing your best work late in your career, not at the beginning.
None of the other recommended books tell you how to name things, and that's always going to be the most important problem to solve anyway ;)
Re: Ask HN: Books you should have read when you start a career in SE / CS?
#141) The Art of Computer Programming 2) The Art of Computer Programming 3) The Art of Computer Programming 4A) The Art of Computer Programming
Also, are they really relevant when you are starting your career? These seem more into the category of making you competent in the field of algorithms research, rather than something a person starting a career should read.
Re: Ask HN: Books you should have read when you start a career in SE / CS?
#15Three boks I'll recommend you read as soon as possible. 1) The Mythical Man month 3) The Pragmatic Programmer 3) Code Complete. The thing about these books, well atleast 1 and 3 is that when they were written they broke new ground. Or if that phrase bother you, they were the first mainstream publications that brought their core ideas to developers. Reading these books early in your career will help cement these best…
This rejuvinated my interest and productivity for reading that book.
Re: Ask HN: Books you should have read when you start a career in SE / CS?
#16It talks about what makes a good team, how powerful they can be, and also gives some insight on team dysfunction.
Re: Ask HN: Books you should have read when you start a career in SE / CS?
#171. 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.
Re: Ask HN: Books you should have read when you start a career in SE / CS?
#18Re: Ask HN: Books you should have read when you start a career in SE / CS?
#19Re: Ask HN: Books you should have read when you start a career in SE / CS?
#20While they're not strictly software or programming related, I really like the concepts of making interfaces that require minimal thought to use and empathizing with your users. I've seen an unfortunate amount of "programming machismo" where a confusing or poorly engineered system is used and accepted because "that's just how things work in the real world". And whenever someone struggles with the process, it's obviously because they're wrong, not the system. But more often than not, if more than one person has trouble understanding your system, whether it's an API, a website, a build process, the design is the issue.