#5,095 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of The Robert C. Martin Clean Code Collection (Collection) (Robert C. Martin Series)

Sentiment score: 1
Reddit mentions: 3

We found 3 Reddit mentions of The Robert C. Martin Clean Code Collection (Collection) (Robert C. Martin Series). Here are the top ones.

The Robert C. Martin Clean Code Collection (Collection) (Robert C. Martin Series)
Buying options
View on Amazon.com
or
Specs:
Release dateNovember 2011

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 3 comments on The Robert C. Martin Clean Code Collection (Collection) (Robert C. Martin Series):

u/aixem · 5 pointsr/kindle

I'm currently reading Clean Code Collection by Robert C. Martin.
As a computer engineer, I'm always searching for ways to improve my coding skills, as so, this book is like a bible. I've only read like 8% and I already bookmarked more less 10-15 passages with very good tips. What I find even more interesting is that those tips are not only very good for programming but also for everyday life applications.

https://www.amazon.com/Robert-Martin-Clean-Code-Collection-ebook/dp/B00666M59G

Cumpz

u/uzomi · 2 pointsr/gamedev

John Carmack is talking about a very specific situation, squeezing performance of every line of code.

There is a couple of VERY famous books that disagrees with John Carmack

If your use case is the same as John Carmack, it makes completely sense to sacrifice readability for performance. If not, always go for readability.