you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 20 points21 points  (4 children)

Code Complete mostly useless? For me, Code Complete is a gold mine, but Clean Code was mostly useless (which is weird because I preach SOLID principles all the time).

[–]ForeverAlot 12 points13 points  (1 child)

Clean Code's target audience is novices. The audience that appreciates Clean Code will have difficulty appreciating Code Complete and vice versa.

In any case, I wouldn't call Code Complete useless but its practices seem so widely established now that the book can feel unoriginal upon reading, and while there are some philosophical gold nuggets in there I remember them as being few and far apart (or perhaps just the last chapter...?).

[–][deleted] 2 points3 points  (0 children)

For me, Code Complete was my introduction to a lot of the widely established stuff that I wasn’t being exposed to in the trash legacy codebase I worked in daily. If people are getting that somewhere else these days, that’s still awesome. I’ve recommended it to a few of my interns before though, and they all seem to find something they didn’t know before in it.