I loved reading Steve McConnell's books when I was starting out, especially Code Complete and I feel that book made me a better programmer. Having read it a few times since I think it falls into the same group of books as Mythical Man Month, Peopleware, and the Pragmatic Programmer where the earlier in your career you read it, the more you'll get from it. Reading these books after 20 years of programming I found that…
> It's not that these books are bad, or out of date. It's more that they exposed some new ideas at the time that, to the books credit, have been picked up and made mainstream or basic/required knowledge for the working programmer What books do you recommend though to get novice (or not so novice) programmers up to speed? IMO there is a lack of modern literature and general introductory material to the kind of wisdom…
Steve McConnell
31–40 of 42 posts
Re: Steve McConnell
#32Are there any other author's similar to Steve McConnel? Someone who writes a book with pragmatic advice, based on real life research, focused on delivering projects quickly, on time, and with few defects? Instead it feels like almost all the writing in software is evangelizing.
Re: Steve McConnell
#33I can't understate how important Steve McConnell's writings have been to my software career. Many years ago I was just a young developer completely immersed in tech and algorithms, but I was frustrated that the teams I was involved with weren't better at making software. Code Complete , Software Project Survival Guide , and his other writings really helped me appreciate how important craftsmanship, design, process, a…
You mean overstate. For some reason, I've been noticing this mistake more and more lately.
Re: Steve McConnell
#34I loved reading Steve McConnell's books when I was starting out, especially Code Complete and I feel that book made me a better programmer. Having read it a few times since I think it falls into the same group of books as Mythical Man Month, Peopleware, and the Pragmatic Programmer where the earlier in your career you read it, the more you'll get from it. Reading these books after 20 years of programming I found that…
I've got to remember to revisit it soon.
Re: Steve McConnell
#35Earlier quoted context omitted.
You mean overstate. For some reason, I've been noticing this mistake more and more lately.
Most of us couldn't care less. Or could we? I forget which.
If you say you "couldn't care less" then you don't care at all, and that's what you are trying to point out (This is the correct version of the phrase, for how it is used in every case I can think of).
Saying you "could care less", means you do care, at least a little (as Weird Al points out in the "Word Crimes" song). Again, in the places where I hear people use one of these phrases, they always mean they don't care at all, and are trying to emphasize that.
Only "I couldn't care less" makes sense for that meaning.
Re: Steve McConnell
#36I've been debating on getting my team of engineers a book as a gift, with Code Complete or Pragmatic Programmer as high on the list. Trouble is, as others noted, they're best when you're starting out and less helpful later in your career. Does anyone have any books they recommend for senior engineers (approx 10 years experience)? Perhaps it's harder to recommend one book because by that time generalized knowledge sho…
Re: Steve McConnell
#37I can't understate how important Steve McConnell's writings have been to my software career. Many years ago I was just a young developer completely immersed in tech and algorithms, but I was frustrated that the teams I was involved with weren't better at making software. Code Complete , Software Project Survival Guide , and his other writings really helped me appreciate how important craftsmanship, design, process, a…
Ya. I loved Code Complete v1. Loved it. Such a great snapshot of a period in time. Mostly, Code Complete is a model for how to think about thinking, a self examination, how to do introspection. A current superior example of this strategy is Dan Luu. IMHO.
Re: Steve McConnell
#38Are there any other author's similar to Steve McConnel? Someone who writes a book with pragmatic advice, based on real life research, focused on delivering projects quickly, on time, and with few defects? Instead it feels like almost all the writing in software is evangelizing.
Re: Steve McConnell
#39Earlier quoted context omitted.
Most of us couldn't care less. Or could we? I forget which.
OK, I'll bite. :-D If you say you "couldn't care less" then you don't care at all, and that's what you are trying to point out (This is the correct version of the phrase, for how it is used in every case I can think of). Saying you "could care less", means you do care, at least a little (as Weird Al points out in the "Word Crimes" song). Again, in the places where I hear people use one of these phrases, they always m…
Re: Steve McConnell
#40I loved reading Steve McConnell's books when I was starting out, especially Code Complete and I feel that book made me a better programmer. Having read it a few times since I think it falls into the same group of books as Mythical Man Month, Peopleware, and the Pragmatic Programmer where the earlier in your career you read it, the more you'll get from it. Reading these books after 20 years of programming I found that…
I loved code complete and it made me a better programmer and for a while everything was great. Then along came complicated frameworks, multiple languages, the chaotic HTML/JS/CSS world, k8s, yaml, dependency injection, functional and OO mixed together and it feels like Code Complete is too naive in this crazy new world. Most of the normal world seems terrible to me. I wonder what Steve would think of it. I didnt even…