Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Pretty much any book by Steve McConnell, but I'd start with Code Complete.


sort by: page size:

I would say Code Complete is one such book.

Code complete has been on my list for a while and this definitely bumps it up that list! I like your recommendation about finding a book on subject area in particular. Thanks!

Code Complete, Steve McConnell. http://www.stevemcconnell.com/cc.htm

One of the best books on programming style and function, backed up with actual research for the recommendations.


Code craft is the book I normally recommend for people starting out. Code Complete which several other people recommend is a great book, but it's one of those books that make much more sense after you've been programming for a year or so.

Steve McConnell - Code Complete (Second Edition) is really good.

I always recommend "The Pragmatic Programmer" (Hunt, Thomas) and "Code Complete" (McConnell).

If you are OK with reading books, I will recommend Code Complete.

Code Complete: A Practical Handbook of Software Construction, Second Edition by Steve McConnell.

That book cover a lot of ground applicable to most projects, and provides reasons from real world studies why those advices are good.


Code Complete 2. It is really heavy book, they called it programmers' Bible.

Code Complete (2nd Edition) by Steve McConnell. It is perhaps the broadest book on programming I've ever read. It oviously can't go indepth on its topics, but it significantly helps to turn a lot of "unknown unknowns" into "known unknowns".

It really helped my to go from knowing how to program to knowing how to implement software.


I second this about Code Complete. (Also I think it's at its 2nd edition, maybe 3rd?)

It's more up to the point instead of going into dogmatic diatribe

It's more evidence based (giving examples, etc)

Go for this one and Bob's your uncle! (or maybe it stops being your uncle, I guess)


I would skip Uncle Bob and Marting Fowler's books and just read Code Complete. It has everything you might want to know about coding and then some.

I second Code Complete. It is a very good book, especially since you are just starting up. It will help prevent you from developing some bad habits. At my last company, I would buy a copy for all our new hires.

For a beginning programmer, I'd say buy a copy of "Code Complete", then rip it into 5 parts. Read any one of the 5.

Code Complete by Steve McConnell, and VBA Excel for Dummies. I think the latter was a very well written book, and VBA programming is underrated because for many people it's a good place to start in terms of practical application and it also has the benefit of being an interpreted/scripting language, so you can get instant feedback like in Python. Beats typing main string(args[]) or whatever the hell it is before you even know anything

The books listed in this article are great. Code Complete, Pragmatic Programmer, Head First Design Patterns, all great.

All excellent suggestions. Altho I am unfamiliar w/ Body Language I will check it out. Just working through the Carnegie book now.

Also, I believe Code Complete is by Steve McConnnell.


I recommend "The Pragmatic Programmer" and "Code Complete" regularly. (2nd editions.)

I second the recommendation for Code Complete. If you're looking for tactical construction advice, better to take it from someone with an established history of having constructed software.
next

Legal | privacy