Comment Books Ive recently read (Score 2) 352
The Psychology of Computer Programming, by Weinberg. Its from 1971 but still relevant. It tackles the management aspect of working in a team, how to handle difficult people etc.
Clean Code, a great book for those interested in adopting a better coding style. Are your routines longer than 5 lines?
Wrestling With Bears , goes into details about how to mitigate risk, evaluate and prioritize requirements and keep your projects on track.
Test Driven iOS Development.
Cocoa Design Patterns (if your an iOS developer); it really helps to understand what is happening under the hood of the API.
Software Engineering by Ian Sommerville, for those interested in design, architecture and large systems. Its a rather long and very traditional (not agile friendly), but its comprehensive and good.
Someone already mentioned K&R, I'd add C++ by Bjarne Stroustrump.
Agile and Iterative Development: A Manager's Guide. Its not really a "managers guide", but more of a "How can I be a good team player" with an introduction on XP/UP and Scrum kind of a guide. Highly recommented.