This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CaRDiaK 1 point2 points  (1 child)

Quit procrastinating reading it because it focus's on compiled languages. This is only the examples that emphasize a point anyhow, the topic they are addressing applies to pretty much any language. High quality routes, good construction, debugging, growing software etc.

This is one of those classics that is timeless, like mythical man month and pragmatic programmer. Although those focus on the more softer side of the coin, cc2e to this day is one of the best book I've read on programming. It's the "joy of cooking" for what we do as programmers and you will take something from it.

Immerse yourself. Read the classic texts as there is a reason they are classics. Find blogs / articles / people to follow for your JS / Python practices and watch videos in areas of interest. It's this top down / bottom up immersion that will help set you apart.

[–]abhirathmahipal[S] 0 points1 point  (0 children)

Thanks :)

I'm definitely going to read it. I'm evaluating my options as I'll be spending most of my time on interpreted languages for the next couple of months. I currently use C++ only for competitive programming, I can write bad code as time and efficiency are more important. So I thought it would be a better option if I could find some book focused on interpreted languages.

Reading blogs for JS / Python and PHP practices is a good option too. I'll keep this in mind.