Ask HN: Is "Code Complete" by Steve McConnell still a recommended read?
1–10 of 71 posts
Re: Ask HN: Is "Code Complete" by Steve McConnell still a recommended read?
#2Re: Ask HN: Is "Code Complete" by Steve McConnell still a recommended read?
#3Good coding practices don't change much, so yes it is still relevant.
I read the mythical man month recently and the examples often involving OS/360 development are brutally outdated. I couldn't relate and I had to force myself to finish.
Re: Ask HN: Is "Code Complete" by Steve McConnell still a recommended read?
#4So, it's relevant and still excellent in guiding you how to write and manage code, but make sure you don't let it lead you to a conclusion that you should write your own code for all aspects of your system.
Re: Ask HN: Is "Code Complete" by Steve McConnell still a recommended read?
#5Good coding practices don't change much, so yes it is still relevant.
Agree, but sometimes looking for recent books with the same underlying message is better than going through the classic. I read the mythical man month recently and the examples often involving OS/360 development are brutally outdated. I couldn't relate and I had to force myself to finish.
Re: Ask HN: Is "Code Complete" by Steve McConnell still a recommended read?
#6Good coding practices don't change much, so yes it is still relevant.
Re: Ask HN: Is "Code Complete" by Steve McConnell still a recommended read?
#7Earlier quoted context omitted.
Agree, but sometimes looking for recent books with the same underlying message is better than going through the classic. I read the mythical man month recently and the examples often involving OS/360 development are brutally outdated. I couldn't relate and I had to force myself to finish.
The Mythical Man Month is also super anti-feminist, which I wish people talked about more if they're going to recommend that book.
Re: Ask HN: Is "Code Complete" by Steve McConnell still a recommended read?
#8Earlier quoted context omitted.
Agree, but sometimes looking for recent books with the same underlying message is better than going through the classic. I read the mythical man month recently and the examples often involving OS/360 development are brutally outdated. I couldn't relate and I had to force myself to finish.
The Mythical Man Month is also super anti-feminist, which I wish people talked about more if they're going to recommend that book.
Re: Ask HN: Is "Code Complete" by Steve McConnell still a recommended read?
#9Earlier quoted context omitted.
Agree, but sometimes looking for recent books with the same underlying message is better than going through the classic. I read the mythical man month recently and the examples often involving OS/360 development are brutally outdated. I couldn't relate and I had to force myself to finish.
The Mythical Man Month is also super anti-feminist, which I wish people talked about more if they're going to recommend that book.
Re: Ask HN: Is "Code Complete" by Steve McConnell still a recommended read?
#10I'd take their recommendations about code style and documentation and whatnot with a grain of salt though, languages, tools and styles have changed since then. Don't skip them, but don't adhere to them religiously; add them to your arsenal of knowledge.
It's also a bit of a slog to read front to back, so consider picking one chapter at a time or only looking up a subject you're curious about; I'd consider it more of a reference.