Live data from Hacker News

Ask HN: What books had the greatest effect on how you structure your code?

news.ycombinator.com

1–10 of 162 posts

Re: Ask HN: What books had the greatest effect on how you structure your code?

#5
Alexandrescu's Modern C++ design taught me how to template properly.

Also, Scott Meyers's books were very helpful.

The design of the D standard library has also been very influential on my code (Mainly convincing me of the benefits of ranges over iterator)

Re: Ask HN: What books had the greatest effect on how you structure your code?

#9
post #8

As a programmer in training who has both Clean Code and Code Complete in a queue on the edge of my desk, I'm following this thread to decide which goes first, or if they both get sold in mint condition.

Slightly kidding ofc. I have already skimmed sections of each.
Post reply on HN